python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to interpret large Mean Absolute/Squared Error in a regression model on sklearn
I am new to ML and trying understand evaluation metrics for regression. I found Mean Absoulute Error, Mean Squared Error and R2 Score are commonly used for regression.
I have the following y_true and ...
Nahid
Votes: 0
Answers: 1
R calculate mean square for all sub groups in a subset
how do I calculate the mean square of all 2019_Preston_STD,2019_Preston_V1,2019_Preston_V2 etc using the Value column, then the adjmth1, adjmth3 columns
structure(list(IDX = c("2019_Preston_STD&q...
R.Merritt
Votes: 0
Answers: 1
Why doesn't mean square error work in case of angular data?
Suppose, the following is a dataset for solving a regression problem:
H -9.118 5.488 5.166 4.852 5.164 4.943 8.103 -9.152 7.470 6.452 6.069 6.197 6.434 8.264 9.047 2.222
...
user366312
Votes: 0
Answers: 3