This repository was archived by the owner on Oct 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,21 @@ and this project is versionned in the `YY.MM` format corresponding to the month
27
27
- Nothing, it's our first release :smile : :tada :
28
28
29
29
### Fixed
30
- - Nothing, it's our first release :smile : :tada :
30
+ - Nothing, it's our first release :smile : :tada :
31
+
32
+
33
+ ## [ 21.09] - September 2021
34
+ ### Added
35
+ - Created documentation using Sphinx
36
+ - Created synthetic data generation capabilities
37
+ - Created [ explainability module] ( /predictsignauxfaibles/explain.py )
38
+ - Created a [ CLI] ( /predictsignauxfaibles/__main__.py ) to easily parameterize model training runs
39
+ - Created [ model config files] ( /models )
40
+ - Created "redressements experts" capacities [ starting with a URSSAF-based rule] ( /predictsignauxfaibles/redressements.py )
41
+ - Created [ evaluation module] ( /predictsignauxfaibles/evaluate.py )
42
+
43
+ ### Fixed
44
+ - fill missing fields after fetching data
45
+ - merging redundant operations on data.columns
46
+ - force siren and sirets to be strings + pad them to 9 characters
47
+ - downgrade jedi version to fix auto-complete bug with ipython.
You can’t perform that action at this time.
0 commit comments