-
Notifications
You must be signed in to change notification settings - Fork 12
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
🪨 Pycaret classification components + examples #133
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, awesome work!
- In AutoMLBasicBinaryClassification, don't forget to rename the SaveModel to something else.
- Move the xircuits examples to the examples folder (we might end up moving the component library examples back their component libraries later, but for now we keep everything in examples).
- For the logging component, it's really cool how it integrates with AutoML. Users do need to be prompted on the link though. Just need to add a simple print("Access the dashboard at localhost:5000") and it's perfect.
Here's a gif for the output. Gonna put this in the front readme as well.
Thank you for the review, Fixes applied as suggested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. Thanks for the PR, merging to main. :D
Description
Pycaret components for ML classification tasks, including the most commonly used Pycaret functions, 2 examples xircuits for binary classification and one example for multiclass classification
References
N/A
Pull Request Type
Type of Change
Tests
AutoMLBasicBinaryClassification.xircuits
AutoMLClassificationBlendModels.xircuits
AutoMLBasicMulticlassClassification.xircuits
Tested on?
Notes
N/A