You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's your use case?
In addition to the F-test (#6975), it would also be useful to include the mean average percentage error of regression in Predictions and Test & Score. It is similar to the MAE but it is relative and therefore easier to interpret. It would also be easy to implement.
. Are there any alternative solutions?
Use a formula APE := 100 * abs((target - Linear_Regression)/target) and use Feature statistics to calculate the mean.
The text was updated successfully, but these errors were encountered:
What's your use case?
In addition to the F-test (#6975), it would also be useful to include the mean average percentage error of regression in Predictions and Test & Score. It is similar to the MAE but it is relative and therefore easier to interpret. It would also be easy to implement.
.
Are there any alternative solutions?
Use a formula APE := 100 * abs((target - Linear_Regression)/target) and use Feature statistics to calculate the mean.
The text was updated successfully, but these errors were encountered: