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.
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.