shankarpandala / lazypredict

Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
MIT License
2.78k stars 321 forks source link

Change in model name when using custom models. #363

Closed felipesassi closed 2 years ago

felipesassi commented 2 years ago

Two modifications:

image

The file predictor_selection_test.py was wrong too.

The correct name should must be: LinearRegression and RidgeCV.

brendalf commented 2 years ago

Thanks for your work @felipesassi. There is no need to remove the pep8, I was planning to do that for quite some time.