HendSta commited on
Commit
c52cc76
·
verified ·
1 Parent(s): f6fbf5a

Upload info_modele.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. info_modele.json +8 -0
info_modele.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "RandomForestClassifier",
3
+ "n_estimators": 100,
4
+ "random_state": 42,
5
+ "accuracy_test_cod_parametre": 0.9949,
6
+ "trained_on": "2025-04-15 16:25:47.725671",
7
+ "note": "Multi-output TF-IDF + StandardScaler. Target = [CodParametre, LIBMEDWINabrege, LibParametre, FAMILLE]"
8
+ }