MLBazaar / AutoBazaar

AutoBazaar: An AutoML System from the Machine Learning Bazaar
https://mlbazaar.github.io/AutoBazaar/
MIT License
31 stars 12 forks source link

Fix --input CLI argument documentation #17

Closed csala closed 4 years ago

csala commented 4 years ago

--input CLI argument documentation is incorrect:

$ abz list --help
...
  -i INPUT, --input INPUT
                        Input datasets folder. Defaults to `data`.
...

It defaults to input, not data.