Skip to content

Typo at documentation of RandomForestRegressor #27683

@colabfrr

Description

@colabfrr

Hello,

is there a typo at the doc. description of the RandomForestRegressor? It states that the fitting of the data is done using "classifying decision trees" where it should be saying regressor decision trees.

see:

class RandomForestRegressor(ForestRegressor):
"""
A random forest regressor.
A random forest is a meta estimator that fits a number of classifying
decision trees on various sub-samples of the dataset and uses averaging
to improve the predictive accuracy and control over-fitting.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions