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.76k stars 317 forks source link

added support for sparse matrices #424

Open torial opened 1 year ago

torial commented 1 year ago

Adds a "should_preprocess" bool parameter to the fit function, making it easy to turn off the mechanisms that don't work with sparse matrices.