Changelog
All notable changes to this project are documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[1.1.0] - 2026-06-15
Added
- New notebook covering the
predictandpredict_uncertaintyinterface. - Updated notebook examples for
predict_uncertaintyusage withCatboostGaussianProcessRegressorMother.
Changed
- Harmonized prediction outputs across CatBoost, RandomForest, and TabPFN backends.
- Improved
mother_cvtyping and estimator return behavior. - Added internal workflow skill to update docs and changelog.
Fixed
- CatBoost regressor uncertainty outputs for data and total uncertainty.
- RandomForest regressor uncertainty outputs for data and knowledge uncertainty.
- Multi-target prediction fallback behavior and uncertainty handling in pipelines.
- Single-target enforcement and
**kwargssupport inCatboostGaussianProcessRegressorMotherprediction methods. - Quantile validation error messaging in
CatboostRegressorMother. - Notebook text/formatting issues in prediction interface guide.
- Probability DataFrame index alignment consistency in prediction outputs.
Tests
- Expanded tests for unified
predictbehavior across regression and classification. - Added/updated tests for uncertainty predictions and pipeline integration consistency.
[1.0.0] - 2026-04-17
Added
- First stable release baseline for the 1.x series.