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
In the reference ("See also" section), the RandomForestRegressor is introduced as sklearn.tree.RandomForestRegressor but it should be sklearn.ensemble.RandomForestRegressor.
Suggest a potential alternative/fix
I will create a PR shortly.
The text was updated successfully, but these errors were encountered:
Describe the issue linked to the documentation
https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
In the reference ("See also" section), the RandomForestRegressor is introduced as sklearn.tree.RandomForestRegressor but it should be sklearn.ensemble.RandomForestRegressor.
Suggest a potential alternative/fix
I will create a PR shortly.
The text was updated successfully, but these errors were encountered: