We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For regression problems, only an MLP is currently available as a model. It would be nice if other algorithms were also available.
Adding another algorithm to solve regression problems. A good first attempt could be the implementation of a gradient boosting method.
This provides further opportunities to solve regression problems with less training time.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
✏️ Problem Description
For regression problems, only an MLP is currently available as a model. It would be nice if other algorithms were also available.
💡 Feature Request
Adding another algorithm to solve regression problems. A good first attempt could be the implementation of a gradient boosting method.
🌍 Context
This provides further opportunities to solve regression problems with less training time.
🔍 Additional Information
No response
👍 Code of Conduct
The text was updated successfully, but these errors were encountered: