Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Yu <justinvyu@anyscale.com>
  • Loading branch information
justinvyu committed Oct 28, 2023
1 parent d7e418a commit 143b100
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,16 @@ Tune-sklearn also supports the use of other machine learning libraries such as P
* [Pytorch (Skorch)](https://github.com/ray-project/tune-sklearn/blob/master/examples/torch_nn.py)
* [XGBoost](https://github.com/ray-project/tune-sklearn/blob/master/examples/xgbclassifier.py)

## More information
[Ray Tune](https://docs.ray.io/en/latest/tune/index.html)
## [Documentation](docs)

## Documentation
See the auto-generated docs [here](docs).

See the auto-generated docs [here](docs). These are generated by `lazydocs` and should be updated on every release:
These are generated by `lazydocs` and should be updated on every release:

```bash
pip install lazydocs
lazydocs /path/to/tune-sklearn/tune-sklearn --src-base-url="https://github.com/ray-project/tune-sklearn/blob/master" --overview-file="README.md"
```

## More information
[Ray Tune](https://docs.ray.io/en/latest/tune/index.html)

0 comments on commit 143b100

Please sign in to comment.