ray-project / tune-sklearn

A drop-in replacement for Scikit-Learn’s GridSearchCV / RandomizedSearchCV -- but with cutting edge hyperparameter tuning techniques.
https://docs.ray.io/en/master/tune/api_docs/sklearn.html
Apache License 2.0
465 stars 52 forks source link

[doc] Add auto-generated docs #279

Closed justinvyu closed 10 months ago

justinvyu commented 10 months ago

Adds auto-generated docs to make this library self-sufficient rather than relying on links in the ray docs -- those will soon be removed. Uses lazydocs and relies on a recompilation on every release for now. Can add an automation in the future.

See here.