Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Zimmer committed Oct 9, 2019
1 parent a8bc0eb commit 7408d24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ $ python setup.py install

## Examples

For a detailed tutorial, please refer to the jupyter notebook in https://github.com/automl/Auto-PyTorch/tree/master/examples/basics.

In a nutshell:

```py
Expand Down Expand Up @@ -112,7 +114,7 @@ search_space_updates.append(node_name="NetworkSelector",
autoPyTorch = AutoNetClassification(hyperparameter_search_space_updates=search_space_updates)
```

Enable ensemble building:
Enable ensemble building (for featurized data):

```py
from autoPyTorch import AutoNetEnsemble
Expand Down

0 comments on commit 7408d24

Please sign in to comment.