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

Integrate polars for fast processing of dataframes #419

Open shankarpandala opened 1 year ago

yuenherny commented 1 year ago

How about Pandas 2.0 instead of Polars?

Reasoning:

  1. Pandas 2.0 is still within Pandas ecosystem, just with Pyarrow backend for faster processing.
  2. It has Polars integration, which is handy if further speed up is required for certain operations.