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.87k stars 333 forks source link

feat: including the possibility to choose the hyperparameter of a given model. #385

Open MarianoChaves opened 2 years ago

MarianoChaves commented 2 years ago

Here I included the possibility to include the desiderd hyperparameters of a given class. It can be useful depending on the usecase. I've included it in the documentation and also included an unity test for that.

Disclaimers:

shankarpandala commented 1 year ago

Thanks for your contribution. Will look into it