Closed bjschoenfeld closed 5 years ago
This adds AutoSKLearnClassifier as a primitive to generate AutoML baseline data. There is a dependency conflict with numpy which should be tested before merging.
The primitive could be more complete and the code cleaned up a bit.
Autosklearn works using numpy and sklearn versions set by d3m.
AutoSKLearn has been tested, works, and generates pipeline_run data. Good to merge
This adds AutoSKLearnClassifier as a primitive to generate AutoML baseline data. There is a dependency conflict with numpy which should be tested before merging.
The primitive could be more complete and the code cleaned up a bit.