diff --git a/HISTORY.rst b/HISTORY.rst index ec779cc50..f054b3a50 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,7 @@ History 0.8.x (2024-xx-xx) ------------------ +* Fix citations and license links * Fix the CQR tutorial to have same data in both methods * Add `** predict_params` in fit and predict method for Mapie Classifier * Add Mondrian Conformal Prediction for regression and classification diff --git a/README.rst b/README.rst index 03a0a663d..97aa824f1 100644 --- a/README.rst +++ b/README.rst @@ -166,10 +166,15 @@ For more information on the contribution process, please go `here `_. +MAPIE is free and open-source software licensed under the `license `_. 📚 Citation =========== -If you use MAPIE in your research, please cite using `citations file `_ on our repository. +If you use MAPIE in your research, please cite using: + +.. code:: latex + + @inproceedings{Cordier_Flexible_and_Systematic_2023, + author = {Cordier, Thibault and Blot, Vincent and Lacombe, Louis and Morzadec, Thomas and Capitaine, Arnaud and Brunel, Nicolas}, + booktitle = {Conformal and Probabilistic Prediction with Applications}, + title = {{Flexible and Systematic Uncertainty Estimation with Conformal Prediction via the MAPIE library}}, + year = {2023} + }