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

Fix #441 and #442, changed sparse keyword in OneHotEncoder #444

Closed JSchoeck closed 4 months ago

JSchoeck commented 8 months ago

Fix issue #441 / #442 deprecated keyword sparse changed to sparse_output

The keyword simply changed its name from sparse to sparse_output.

arareko commented 4 months ago

@shankarpandala can you please merge this? it's a simple fix and getting in the way for some people. thanks!