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

Adding changes for Flaml Sklearn integration #1361

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

jineetd
Copy link
Contributor

@jineetd jineetd commented Nov 16, 2023

Flaml provides support for Sklearn models like Random Forests, KNN, Extra Trees Regressor, and Logistic Regression with regularization. We plan to integrate these ML models into EVADB.
Link for Flaml documentation: https://microsoft.github.io/FLAML/docs/Use-Cases/Task-Oriented-AutoML

@@ -165,7 +167,6 @@ def handle_sklearn_function(self):
Use Sklearn's regression to train models.
"""
try_to_import_sklearn()
Copy link
Collaborator

@xzdandy xzdandy Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to update the import library? We need flaml instead of sklearn.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Making the imports common for Sklearn and Ludwig

…Flaml

AutoML. We now use try_to_import_flaml_automl()
@xzdandy xzdandy added the AI Engines Features, Bugs, related to AI Engines label Nov 17, 2023
@xzdandy xzdandy added this to the v0.3.9 milestone Nov 17, 2023
@xzdandy xzdandy merged commit 0c25a44 into georgia-tech-db:staging Nov 17, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI Engines Features, Bugs, related to AI Engines
Projects
Development

Successfully merging this pull request may close these issues.

2 participants