-
Notifications
You must be signed in to change notification settings - Fork 510
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
Add documentation for automl.model.estimator
usage
#1311
Add documentation for automl.model.estimator
usage
#1311
Conversation
Updated documentation across various examples and the model.py file to include information about automl.model.estimator. This addition enhances the clarity and usability of FLAML by providing users with clear guidance on how to utilize this feature in their AutoML workflows. These changes aim to improve the overall user experience and facilitate easier understanding of FLAML's capabilities.
Hi @Programmer-RD-AI , thank you for the PR. Could you fix the code formatting error with pre-commit? Thanks. |
Hi @thinkall - not sure what the rules are on this. |
Thank you @dannycg1996 , added you as a maintainer. |
Thanks @thinkall! |
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.
Thank you @Programmer-RD-AI and @dannycg1996 .
Updated documentation across various examples and the
model.py
file to include information aboutautoml.model.estimator
. This addition addresses issue #1194 and enhances the clarity and usability of FLAML by providing users with clear guidance on how to utilize this feature in their AutoML workflows. By documentingautoml.model.estimator
, users can better understand FLAML's capabilities and improve their overall experience with the library.Why are these changes needed?
These changes are necessary to address user feedback and improve the usability of FLAML. The addition of documentation for
automl.model.estimator
helps users understand how to access and utilize this feature effectively, thus enhancing their experience with the library.Related issue number
automl.model.estimator
#1194Checks