We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bc0eb commit 7408d24Copy full SHA for 7408d24
README.md
@@ -33,6 +33,8 @@ $ python setup.py install
33
34
## Examples
35
36
+For a detailed tutorial, please refer to the jupyter notebook in https://github.com/automl/Auto-PyTorch/tree/master/examples/basics.
37
+
38
In a nutshell:
39
40
```py
@@ -112,7 +114,7 @@ search_space_updates.append(node_name="NetworkSelector",
112
114
autoPyTorch = AutoNetClassification(hyperparameter_search_space_updates=search_space_updates)
113
115
```
116
-Enable ensemble building:
117
+Enable ensemble building (for featurized data):
118
119
120
from autoPyTorch import AutoNetEnsemble
0 commit comments