Spaces:
Runtime error
Runtime error
Update files including variable weight
Browse files- Model_specifications.txt +7 -0
- classifier.joblib +3 -0
- scaler.joblib +3 -0
Model_specifications.txt
CHANGED
@@ -5,3 +5,10 @@ Classifier: LogisticRegression
|
|
5 |
|
6 |
Values obtained during trainning with k-fold=10:
|
7 |
kappa=1.0; accuracy=1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
Values obtained during trainning with k-fold=10:
|
7 |
kappa=1.0; accuracy=1.0
|
8 |
+
Training sample: 31 females; 34 males
|
9 |
+
features_list: L_media peso
|
10 |
+
Scaler: z_score
|
11 |
+
Classifier: LogisticRegression
|
12 |
+
|
13 |
+
Values obtained during trainning with k-fold=10:
|
14 |
+
kappa=1.0; accuracy=1.0
|
classifier.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb7d82c089b84f4f216d93f15f976162bcdd2df7a5694716e0c09a5d97838253
|
3 |
+
size 755
|
scaler.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98bd62b7f96ae514ac28979d197415b948327eeb4ac87d6feb5c52799aac6411
|
3 |
+
size 584
|