Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CascadeForestRegressor for univariate and multivariate regression #4

Closed
5 tasks
xuyxu opened this issue Feb 1, 2021 · 3 comments
Closed
5 tasks
Labels
feature request New feature or request

Comments

@xuyxu
Copy link
Member

xuyxu commented Feb 1, 2021

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

  • Include sklearn.RandomForestRegressor to sklearn.ExtraTreesRegressor in estimator.py
  • Implement a cascade layer for regression in layer.py
  • Implement the CascadeForestRegressor in cascade.py
  • Evaluate the performance of CascadeForestRegressor
  • Add unit tests on all related parts
@xuyxu xuyxu added the feature request New feature or request label Feb 1, 2021
@xuyxu
Copy link
Member Author

xuyxu commented Feb 1, 2021

Hi @morestart, I have created the issue on implementing deep forest regressor. Feel free to comment below if you need any help.

@morestart
Copy link

thanks for your reply, i will watch this repo~

@xuyxu
Copy link
Member Author

xuyxu commented Feb 3, 2021

Closed via issue #14. Hi @morestart, let me know if you have made any progress. Supporting regression will be our central target recently, and we are willing to have more people join in ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants