question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

criterion=`squared_error`

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
samanemamicommented, Oct 19, 2021

Thank you @NicolasHug

1reaction
NicolasHugcommented, Oct 19, 2021

average of the square error between the predicted and the real values

This one ^

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found