File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
2-
32.. _l-HISTORY :
43
54=======
98current - 2020-09-02 - 0.00Mb
109=============================
1110
12- * `86 `: Update CI, use python 3.8 (2020-09-02)
11+ * `88 `: Change for scikit-learn 0.24 (2020-09-02)
1312* `87 `: Set up CI with Azure Pipelines (2020-09-02)
13+ * `86 `: Update CI, use python 3.8 (2020-09-02)
1414* `71 `: update kmeans l1 to the latest kmeans (signatures changed) (2020-08-31)
1515* `84 `: style (2020-08-30)
1616
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ version...
109109
110110.. runpython ::
111111 :showcode:
112-
112+
113113 from sklearn import __version__
114114 print(__version__)
115115
Original file line number Diff line number Diff line change 44@brief Module *mlinsights*.
55Look for insights for machine learned models.
66"""
7- __version__ = "0.2.497 "
7+ __version__ = "0.2.507 "
88__author__ = "Xavier Dupré"
99__github__ = "https://github.com/sdpython/mlinsights"
1010__url__ = "http://www.xavierdupre.fr/app/mlinsights/helpsphinx/index.html"
You can’t perform that action at this time.
0 commit comments