criterion=`squared_error`
See original GitHub issueDescribe the issue linked to the documentation
The description of the criterion in Gradient Boosting has been updated and mentioned the squared_error
which is equivalent to mse
.
So, I went to _criterion.pyx to see the related method, but I could not find it.
Moreover, why the _classes.py has not been updated.
Suggest a potential alternative/fix
Update the related methods in C class.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Criterion Of Total Mean Squared Error | SpringerLink
The criterion of total mean squared error is a way of comparing estimations of the parameters of a biased or unbiased model.
Read more >Mean squared error of prediction as a criterion for evaluating ...
When the main purpose of the model is prediction, a reasonable criterion of model quality is the mean squared error of prediction. This...
Read more >Mean Squared Error: Definition and Example - Statistics How To
MSE Criterion. Mean Squared Error Definition. The mean squared error (MSE) tells you how close a regression line is to a set of...
Read more >'stopper', Maximum Squared Error Criterion
'stopper', Maximum Squared Error Criterion. Checks whether the variable stopper is less than the variable criterion (see Section 4.1.1) for deciding on ...
Read more >Mean squared error - Wikipedia
In statistics, the mean squared error (MSE) or mean squared deviation (MSD) of an estimator ... Mean squared error ... This is called...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you @NicolasHug
This one ^