MLBazaar / AutoBazaar

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

Upgrade mit-d3m dependency version #16

Closed csala closed 4 years ago

csala commented 4 years ago

mit-d3m dependency has been updated to the latest version.

This should resolve #5

@micahjsmith can you try it?

micahjsmith commented 4 years ago

confirmed that it resolves for me. though I notice that the CLI documentation is incorrect:

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

It defaults to input, not data. A quick doc fix.

csala commented 4 years ago

confirmed that it resolves for me. though I notice that the CLI documentation is incorrect:

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

It defaults to input, not data. A quick doc fix.

I opened #17 to fix this.