PanyiDong / InsurAutoML

AutoML in Insurance project.
MIT License
5 stars 0 forks source link

Add few more models from sklearn #3

Closed PanyiDong closed 2 years ago

PanyiDong commented 2 years ago

List of new models:

  1. LinearRegression
  2. Lasso
  3. Ridge
  4. ElasticNet
  5. BayesianRidge
  6. LogisticRegression
  7. ComplementNB
  8. HistGradientBoostingClassifier
  9. HistGradientBoostingRegressor