From 8b7d706494a9bf62dbfec9f7fc11a8d53c6d6020 Mon Sep 17 00:00:00 2001 From: LacombeLouis Date: Tue, 3 Sep 2024 15:43:39 +0200 Subject: [PATCH 1/9] Refactor citation link in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 03a0a663d..19a435237 100644 --- a/README.rst +++ b/README.rst @@ -234,4 +234,4 @@ MAPIE is free and open-source software licensed under the `3-clause BSD 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 ``_ on our repository. From 2493ef0e3cbf4cafd7ca9bca6f42b9f09f725cd3 Mon Sep 17 00:00:00 2001 From: LacombeLouis Date: Tue, 3 Sep 2024 16:19:33 +0200 Subject: [PATCH 2/9] FIX: link to citation and license --- README.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 19a435237..496fa98c0 100644 --- a/README.rst +++ b/README.rst @@ -228,10 +228,19 @@ and with the financial support from Région Ile de France and Confiance.ai. 📝 License ========== -MAPIE is free and open-source software licensed under the `3-clause BSD license `_. +MAPIE is free and open-source software licensed under the ``_. 📚 Citation =========== -If you use MAPIE in your research, please cite using ``_ on our repository. +If you use MAPIE in your research, please cite using: + +```bibtex +@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} +} +``` From cbb5a60532519e6713ac07485b401e7de388beac Mon Sep 17 00:00:00 2001 From: LacombeLouis Date: Tue, 3 Sep 2024 16:23:24 +0200 Subject: [PATCH 3/9] Refactor citation link in README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 496fa98c0..c1949f141 100644 --- a/README.rst +++ b/README.rst @@ -228,7 +228,7 @@ and with the financial support from Région Ile de France and Confiance.ai. 📝 License ========== -MAPIE is free and open-source software licensed under the ``_. +MAPIE is free and open-source software licensed under the `license `_. 📚 Citation @@ -236,7 +236,7 @@ MAPIE is free and open-source software licensed under the ` Date: Tue, 3 Sep 2024 16:24:25 +0200 Subject: [PATCH 4/9] Refactor citation link in README.rst --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index c1949f141..a1826bc2c 100644 --- a/README.rst +++ b/README.rst @@ -236,11 +236,11 @@ MAPIE is free and open-source software licensed under the `license Date: Tue, 3 Sep 2024 16:26:18 +0200 Subject: [PATCH 5/9] Refactor citation link in README.rst --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index a1826bc2c..4c5707579 100644 --- a/README.rst +++ b/README.rst @@ -236,11 +236,11 @@ MAPIE is free and open-source software licensed under the `license Date: Tue, 3 Sep 2024 16:29:11 +0200 Subject: [PATCH 6/9] FIX viewing of citations --- README.rst | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 4c5707579..26db490a7 100644 --- a/README.rst +++ b/README.rst @@ -234,13 +234,11 @@ MAPIE is free and open-source software licensed under the `license Date: Tue, 3 Sep 2024 14:35:15 +0000 Subject: [PATCH 7/9] ADD: history --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 71cd12df9..112f9c58f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,7 @@ History 0.8.x (2024-xx-xx) ------------------ +* Fix citations and license links * Add Mondrian Conformal Prediction for regression and classification * Add `** predict_params` in fit and predict method for Mapie Regression * Update the ts-changepoint notebook with the tutorial From cb89ce4f4d2958eca089c14db88acc6aee7f1b57 Mon Sep 17 00:00:00 2001 From: Louis Lacombe Date: Tue, 3 Sep 2024 16:40:49 +0200 Subject: [PATCH 8/9] Fix citations in readme --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 26db490a7..45683afc7 100644 --- a/README.rst +++ b/README.rst @@ -234,7 +234,9 @@ MAPIE is free and open-source software licensed under the `license Date: Tue, 3 Sep 2024 16:46:25 +0200 Subject: [PATCH 9/9] Add Capgemini logo --- README.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 45683afc7..97aa824f1 100644 --- a/README.rst +++ b/README.rst @@ -166,10 +166,15 @@ For more information on the contribution process, please go `here