We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c442b3e + 2823152 commit 16d54d6Copy full SHA for 16d54d6
HISTORY.rst
@@ -6,6 +6,9 @@ History
6
------------------
7
8
* Add `** predict_params` in fit and predict method for Mapie Classifier
9
+* Add `** predict_params` in fit and predict method for Mapie Regression
10
+* Update the ts-changepoint notebook with the tutorial
11
+* Change import related to conformity scores into ts-changepoint notebook
12
* Replace `assert np.array_equal` by `np.testing.assert_array_equal` in Mapie unit tests
13
* Replace `github.com/simai-ml/MAPIE` by `github.com/scikit-learn-contrib/MAPIE`in all Mapie files
14
* Extend `ConformityScore` to support regression (with `BaseRegressionScore`) and to support classification (with `BaseClassificationScore`)
0 commit comments