Skip to content

Commit c5f2628

Browse files
committed
readme up
1 parent 2545193 commit c5f2628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ How to configure Auto-PyTorch for your needs:
7373
```py
7474

7575
# Print all possible configuration options.
76-
autoPyTorch = AutoNetClassification().print_help()
76+
AutoNetClassification().print_help()
7777

7878
# You can use the constructor to configure Auto-PyTorch.
7979
autoPyTorch = AutoNetClassification(log_level='info', max_runtime=300, min_budget=30, max_budget=90)

0 commit comments

Comments
 (0)