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 2545193 commit c5f2628Copy full SHA for c5f2628
README.md
@@ -73,7 +73,7 @@ How to configure Auto-PyTorch for your needs:
73
```py
74
75
# Print all possible configuration options.
76
-autoPyTorch = AutoNetClassification().print_help()
+AutoNetClassification().print_help()
77
78
# You can use the constructor to configure Auto-PyTorch.
79
autoPyTorch = AutoNetClassification(log_level='info', max_runtime=300, min_budget=30, max_budget=90)
0 commit comments