georgian-io-archive / foreshadow

An automatic machine learning system
https://foreshadow.readthedocs.io
Apache License 2.0
29 stars 2 forks source link

Support more models in level 1 default mode #168

Closed jzhang-gp closed 5 years ago

jzhang-gp commented 5 years ago

Description

Support more models in the default mode include LinearModel, SVM, RandomForest and NeuralNetwork. All models are from the sklearn library.

One thing we might want to remove is the override method option. It is a bit confusing since the name is generic but we only allow method in the linear model package.

jzhang-gp commented 5 years ago

Comments addressed. Squash and merge to development now.