| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.3.0 source code.tar.gz | 2026-03-15 | 115.6 kB | |
| 0.3.0 source code.zip | 2026-03-15 | 153.9 kB | |
| README.md | 2026-03-15 | 3.5 kB | |
| Totals: 3 Items | 273.0 kB | 0 | |
What's Changed
- Fix: Calculate ROC-AUC using predicted probabilities instead of class labels by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/533
- feat: Add K-fold cross-validation and built-in predict function by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/534
- Fix [#324]: Prevent custom_metric crash with array length mismatch by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/535
- Add Precision and Recall metrics to LazyClassifier by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/536
- Fix [#438]: Improve verbosity control with tqdm disable parameter by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/537
- Fix [#455]: Add PerpetualBooster support by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/538
- Fix [#440]: Add timeout parameter to stop slow algorithms by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/539
- Fix [#436]: Handle boolean DataFrame features correctly by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/540
- Add Intel Extension for Scikit-learn support (#382) by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/541
- feat: Add categorical_encoder parameter to LazyClassifier and LazyRegressor by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/542
- Refactor Supervised.py: add type hints, logging, input validation, and improve code organization by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/547
- feat: Add LazyForecaster time series forecasting — v0.3.0a1 by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/548
- feat: Enable GPU support for models that support GPU acceleration by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/550
- 0.3.0a2 by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/551
- Merge pull request [#551] from shankarpandala/dev by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/552
- fix: Resolve all GitHub Actions CI failures (lint, docs, conda-build) by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/553
- fix: Resolve release blockers for 0.3.0a2 PyPI publish by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/556
- Claude/release blockers 0.3.0a2 4 i4 dp by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/558
- Claude/release blockers 0.3.0a2 4 i4 dp by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/560
- Claude/release blockers 0.3.0a2 4 i4 dp by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/561
- Claude/release blockers 0.3.0a2 4 i4 dp by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/562
- Claude/release blockers 0.3.0a2 4 i4 dp by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/563
- Add time series visualization and diagnostics modules by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/564
- Use lazy imports for torch/timesfm to avoid OpenMP deadlocks by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/565
- Bump version to 0.3.0 release by @shankarpandala in https://github.com/shankarpandala/lazypredict/pull/566
Full Changelog: https://github.com/shankarpandala/lazypredict/compare/v0.2.16...v0.3.0