What's Changed
- feat: add thin_points by @CangyuanLi in #12
- fix: use correct join param for older polars versions by @CangyuanLi in #13
- feat: add "auto" bin method by @CangyuanLi in #14
- docs: add viz module and docstring for bin.auto by @CangyuanLi in #15
- Selection by @CangyuanLi in #16
- feat: add is_pareto by @CangyuanLi in #17
- docs: fix up docstrings for selection by @CangyuanLi in #18
- feat: option to compute correlation matrix in batches by @CangyuanLi in #19
- feat: implement saving and loading for selection methods by @CangyuanLi in #20
- tests: test different optimization directions for pareto by @CangyuanLi in #21
- docs: fix up some docstrings for MinMaxScaler by @CangyuanLi in #22
Full Changelog: v0.3.1...v0.4.0