Support CascadeForestRegressor
for univariate and multivariate regression
#4
Labels
feature request
New feature or request
The forest model excels at the regression problem, and tends to have a much smaller variance than GBDTs. Therefore, it would be nice if deep forest could further support univariate and multivariate regression.
Related issue
#3
Possible steps on this feature request
sklearn.RandomForestRegressor
tosklearn.ExtraTreesRegressor
inestimator.py
layer.py
CascadeForestRegressor
incascade.py
CascadeForestRegressor
The text was updated successfully, but these errors were encountered: