microsoft / FLAML

A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
https://microsoft.github.io/FLAML/
MIT License
3.75k stars 495 forks source link

Add documentation for `automl.model.estimator` usage #1311

Open Programmer-RD-AI opened 1 month ago

Programmer-RD-AI commented 1 month ago

Updated documentation across various examples and the model.py file to include information about automl.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 documenting automl.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

Checks