-
Notifications
You must be signed in to change notification settings - Fork 265
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
Sklearn Integration #960
Comments
I would like to pick up this issue and contribute to the integration. |
Hi @jineetd, thanks for bringing in the linear model support from Sklearn to EvaDB. I will take care of the documentation. You can think about ideas how we can scale the support to other models from Sklearn. Thanks! |
The integration test failed on circle ci. @jineetd Please take a look.
|
The above error will be fixed in #1209 |
Relates to: #999 #960 - [x] Skip the [17-home-rental-prediction.ipynb](https://github.com/georgia-tech-db/evadb/blob/staging/tutorials/17-home-rental-prediction.ipynb) which does not run on Circle CI due to Postgres setup. - [x] Fix the format issue in current documentation pages - [x] Add a new usecase documentation page for [17-home-rental-prediction.ipynb](https://github.com/georgia-tech-db/evadb/blob/staging/tutorials/17-home-rental-prediction.ipynb) - [x] Refine the [model training page under AI engines ](https://evadb.readthedocs.io/en/stable/source/reference/ai/model-train.html) to include Ludwig and Sklearn. - [x] Provide a reference table for available configuration parameters for those two AI engines
auto-sklearn does not work python3.10 So we will drop the auto-sklearn integration for now. Reference: automl/auto-sklearn#1694 |
Search before asking
Description
Expand our integrations with ML libraries.
Use case
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: