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

Documentation - proper rendering. #36

Closed richardliaw closed 4 years ago

richardliaw commented 4 years ago

This PR consists of two main changes to make the docstrings renderable on docs.ray.io -

  1. remove :ref: to Scikit-learn specific concepts
  2. Proper white-spacing/indentations (readthedocs is sensitive to newlines, so I removed as many of them as I could.)