File tree Expand file tree Collapse file tree 3 files changed +36
-35
lines changed
Expand file tree Collapse file tree 3 files changed +36
-35
lines changed Original file line number Diff line number Diff line change 11Change Logs
22===========
33
4- 0.4 .0
4+ 0.5 .0
55+++++
66
77* :pr: `42 `: quantization
88* :pr: `39 `: refactoring, use black, better documentation
9+
10+ 0.4.0
11+ =====
12+ * :pr: `32 `: Improves usability of distance_matching_graphs_paths (2021-08-10)
13+ * :pr: `31 `: Links to notebooks are broken, notebooks slides are not working. (2021-03-31)
14+ * :pr: `30 `: Fixes #26, implements a compact architecture (2021-01-23)
15+ * :pr: `26 `: Aborder les régressions logistiques sous forme d'arbres (2021-01-23)
16+ * :pr: `27 `: Convertir un arbre de décision en réseaux de neurones et apprendre (2020-08-31)
17+ * :pr: `25 `: k-means norme L1 (2020-01-13)
18+ * :pr: `23 `: uses function dtrtri to invert an upper triangular matrix in function linear_regression (2019-07-21)
19+ * :pr: `21 `: implements streaming linear regression (2019-05-05)
20+ * :pr: `19 `: removes dependency on line_profiler, not maintained anymore (2019-04-09)
21+ * :pr: `17 `: move to CI to python 3.7 (2019-04-09)
22+ * :pr: `15 `: add page on quantile regression + notebook (2019-02-02)
23+ * :pr: `2 `: [won't fix] réseaux de neurones, utiliser des notations matricielles (2018-06-17)
24+ * :pr: `13 `: fix bug: ValueError: label should be list-like and same length as y in ROC.plot (2018-05-17)
25+ * :pr: `12 `: implements voronoi inference from a logistic regression solved with a linear regression (2018-05-08)
26+ * :pr: `11 `: logistic regression and voronoi (2018-05-01)
27+ * :pr: `10 `: add code on segment detection written a while ago (2018-04-18)
28+ * :pr: `9 `: fix unittest on wikipedia_dump after a change on wikipedia website (2018-04-01)
29+ * :pr: `4 `: implémentation la complétion en C++ (2016-09-25)
30+ * :pr: `1 `: ajouter les petits exposés finance... (2016-06-29)
31+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ Le site est aussi disponible (format brut de fonderie) sur
1313`GitHub/mlstatpy <https://github.com/sdpython/mlstatpy >`_ |gitlogo |.
1414
1515.. toctree ::
16- :maxdepth: 2
16+ :maxdepth: 1
17+ :caption: Mathematics
1718
1819 c_clus/index
1920 c_ml/index
@@ -23,11 +24,21 @@ Le site est aussi disponible (format brut de fonderie) sur
2324 c_metric/index
2425 c_algo/index
2526 c_garden/index
27+
28+ .. toctree ::
29+ :maxdepth: 1
30+ :caption: Examples
31+
2632 api/index
2733 i_ex
2834 defthe_index
2935 auto_examples/index
3036 notebooks/index
37+
38+ .. toctree ::
39+ :maxdepth: 1
40+ :caption: More
41+
3142 glossary
3243 CHANGELOGS
3344 license
You can’t perform that action at this time.
0 commit comments