Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +31 -0
- linear_regression/npv0.9/actual_vs_predicted.png +3 -0
- linear_regression/npv0.9/metrics.json +31 -0
- linear_regression/npv0.9/model.joblib +3 -0
- linear_regression/npv0.95/actual_vs_predicted.png +3 -0
- linear_regression/npv0.95/metrics.json +31 -0
- linear_regression/npv0.95/model.joblib +3 -0
- linear_regression/npv0.97/actual_vs_predicted.png +3 -0
- linear_regression/npv0.97/metrics.json +31 -0
- linear_regression/npv0.97/model.joblib +3 -0
- linear_regression/npv0.99/actual_vs_predicted.png +0 -0
- linear_regression/npv0.99/metrics.json +31 -0
- linear_regression/npv0.99/model.joblib +3 -0
- logistic_regression/npv0.95_horizon100/evaluation_plots.png +3 -0
- logistic_regression/npv0.95_horizon100/metrics.json +30 -0
- logistic_regression/npv0.95_horizon100/model.joblib +3 -0
- logistic_regression/npv0.95_horizon1000/evaluation_plots.png +3 -0
- logistic_regression/npv0.95_horizon1000/metrics.json +30 -0
- logistic_regression/npv0.95_horizon1000/model.joblib +3 -0
- logistic_regression/npv0.95_horizon500/evaluation_plots.png +3 -0
- logistic_regression/npv0.95_horizon500/metrics.json +30 -0
- logistic_regression/npv0.95_horizon500/model.joblib +3 -0
- logistic_regression/npv0.97_horizon100/evaluation_plots.png +3 -0
- logistic_regression/npv0.97_horizon100/metrics.json +30 -0
- logistic_regression/npv0.97_horizon100/model.joblib +3 -0
- logistic_regression/npv0.97_horizon1000/evaluation_plots.png +3 -0
- logistic_regression/npv0.97_horizon1000/metrics.json +30 -0
- logistic_regression/npv0.97_horizon1000/model.joblib +3 -0
- logistic_regression/npv0.97_horizon500/evaluation_plots.png +3 -0
- logistic_regression/npv0.97_horizon500/metrics.json +30 -0
- logistic_regression/npv0.97_horizon500/model.joblib +3 -0
- logistic_regression/npv0.99_horizon100/evaluation_plots.png +3 -0
- logistic_regression/npv0.99_horizon100/metrics.json +30 -0
- logistic_regression/npv0.99_horizon100/model.joblib +3 -0
- logistic_regression/npv0.99_horizon1000/evaluation_plots.png +3 -0
- logistic_regression/npv0.99_horizon1000/metrics.json +30 -0
- logistic_regression/npv0.99_horizon1000/model.joblib +3 -0
- logistic_regression/npv0.99_horizon500/evaluation_plots.png +3 -0
- logistic_regression/npv0.99_horizon500/metrics.json +30 -0
- logistic_regression/npv0.99_horizon500/model.joblib +3 -0
- logistic_regression/npv0.9_horizon100/evaluation_plots.png +3 -0
- logistic_regression/npv0.9_horizon100/metrics.json +30 -0
- logistic_regression/npv0.9_horizon100/model.joblib +3 -0
- logistic_regression/npv0.9_horizon1000/evaluation_plots.png +3 -0
- logistic_regression/npv0.9_horizon1000/metrics.json +30 -0
- logistic_regression/npv0.9_horizon1000/model.joblib +3 -0
- logistic_regression/npv0.9_horizon500/evaluation_plots.png +3 -0
- logistic_regression/npv0.9_horizon500/metrics.json +30 -0
- logistic_regression/npv0.9_horizon500/model.joblib +3 -0
- nn_classifier/npv0.95_horizon100/evaluation_plots.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,34 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
linear_regression/npv0.9/actual_vs_predicted.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
linear_regression/npv0.95/actual_vs_predicted.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
linear_regression/npv0.97/actual_vs_predicted.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
logistic_regression/npv0.95_horizon100/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
logistic_regression/npv0.95_horizon1000/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
logistic_regression/npv0.95_horizon500/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
logistic_regression/npv0.97_horizon100/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
logistic_regression/npv0.97_horizon1000/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
logistic_regression/npv0.97_horizon500/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
logistic_regression/npv0.99_horizon100/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
logistic_regression/npv0.99_horizon1000/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
logistic_regression/npv0.99_horizon500/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
logistic_regression/npv0.9_horizon100/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
logistic_regression/npv0.9_horizon1000/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
logistic_regression/npv0.9_horizon500/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
nn_classifier/npv0.95_horizon100/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
nn_classifier/npv0.95_horizon1000/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
nn_classifier/npv0.95_horizon500/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
nn_classifier/npv0.97_horizon100/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
nn_classifier/npv0.97_horizon1000/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
nn_classifier/npv0.97_horizon500/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
nn_classifier/npv0.99_horizon100/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
nn_classifier/npv0.99_horizon1000/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
nn_classifier/npv0.99_horizon500/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
nn_classifier/npv0.9_horizon100/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
nn_classifier/npv0.9_horizon1000/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
nn_classifier/npv0.9_horizon500/evaluation_plots.png filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
nn_regression/npv0.9/actual_vs_predicted.png filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
nn_regression/npv0.95/actual_vs_predicted.png filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
nn_regression/npv0.97/actual_vs_predicted.png filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
nn_regression/npv0.99/actual_vs_predicted.png filter=lfs diff=lfs merge=lfs -text
|
linear_regression/npv0.9/actual_vs_predicted.png
ADDED
|
Git LFS Details
|
linear_regression/npv0.9/metrics.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.9,
|
| 3 |
+
"n_train": 49000,
|
| 4 |
+
"n_test": 20900,
|
| 5 |
+
"mae": 11.633874262135873,
|
| 6 |
+
"rmse": 25.58031152641909,
|
| 7 |
+
"r2": 0.0010449688729627926,
|
| 8 |
+
"coefficients": [
|
| 9 |
+
-94.11516419874486,
|
| 10 |
+
0.34995199917273623
|
| 11 |
+
],
|
| 12 |
+
"intercept": 83.56815108863157,
|
| 13 |
+
"underestimate_analysis": {
|
| 14 |
+
"slack_10": {
|
| 15 |
+
"pct_underestimate": 8.267942583732058,
|
| 16 |
+
"pct_overestimate": 91.73205741626795
|
| 17 |
+
},
|
| 18 |
+
"slack_25": {
|
| 19 |
+
"pct_underestimate": 4.090909090909091,
|
| 20 |
+
"pct_overestimate": 95.9090909090909
|
| 21 |
+
},
|
| 22 |
+
"slack_50": {
|
| 23 |
+
"pct_underestimate": 1.827751196172249,
|
| 24 |
+
"pct_overestimate": 98.17224880382776
|
| 25 |
+
},
|
| 26 |
+
"slack_100": {
|
| 27 |
+
"pct_underestimate": 0.8086124401913876,
|
| 28 |
+
"pct_overestimate": 99.1913875598086
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
}
|
linear_regression/npv0.9/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8185bd6a0b7055994116f3248698583ed0e4f14c19900ec35beb95b7c680d5bd
|
| 3 |
+
size 856
|
linear_regression/npv0.95/actual_vs_predicted.png
ADDED
|
Git LFS Details
|
linear_regression/npv0.95/metrics.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.95,
|
| 3 |
+
"n_train": 45800,
|
| 4 |
+
"n_test": 20200,
|
| 5 |
+
"mae": 28.658556044144753,
|
| 6 |
+
"rmse": 60.11345863788914,
|
| 7 |
+
"r2": 0.19727375149009485,
|
| 8 |
+
"coefficients": [
|
| 9 |
+
-124.09086533123121,
|
| 10 |
+
0.18368648507706478
|
| 11 |
+
],
|
| 12 |
+
"intercept": 127.33368513714595,
|
| 13 |
+
"underestimate_analysis": {
|
| 14 |
+
"slack_10": {
|
| 15 |
+
"pct_underestimate": 16.742574257425744,
|
| 16 |
+
"pct_overestimate": 83.25742574257426
|
| 17 |
+
},
|
| 18 |
+
"slack_25": {
|
| 19 |
+
"pct_underestimate": 12.856435643564357,
|
| 20 |
+
"pct_overestimate": 87.14356435643565
|
| 21 |
+
},
|
| 22 |
+
"slack_50": {
|
| 23 |
+
"pct_underestimate": 8.183168316831683,
|
| 24 |
+
"pct_overestimate": 91.81683168316832
|
| 25 |
+
},
|
| 26 |
+
"slack_100": {
|
| 27 |
+
"pct_underestimate": 4.435643564356435,
|
| 28 |
+
"pct_overestimate": 95.56435643564356
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
}
|
linear_regression/npv0.95/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d5ee8beb99747962c55543fb94bcc513e9b815a82791c66aa7eec22deb0f709
|
| 3 |
+
size 856
|
linear_regression/npv0.97/actual_vs_predicted.png
ADDED
|
Git LFS Details
|
linear_regression/npv0.97/metrics.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.97,
|
| 3 |
+
"n_train": 41200,
|
| 4 |
+
"n_test": 18500,
|
| 5 |
+
"mae": 48.44661709815308,
|
| 6 |
+
"rmse": 88.56895422773972,
|
| 7 |
+
"r2": 0.22890608177959504,
|
| 8 |
+
"coefficients": [
|
| 9 |
+
-228.10711160948182,
|
| 10 |
+
0.22943030487463797
|
| 11 |
+
],
|
| 12 |
+
"intercept": 225.656030148017,
|
| 13 |
+
"underestimate_analysis": {
|
| 14 |
+
"slack_10": {
|
| 15 |
+
"pct_underestimate": 21.427027027027027,
|
| 16 |
+
"pct_overestimate": 78.57297297297298
|
| 17 |
+
},
|
| 18 |
+
"slack_25": {
|
| 19 |
+
"pct_underestimate": 16.594594594594593,
|
| 20 |
+
"pct_overestimate": 83.4054054054054
|
| 21 |
+
},
|
| 22 |
+
"slack_50": {
|
| 23 |
+
"pct_underestimate": 12.664864864864864,
|
| 24 |
+
"pct_overestimate": 87.33513513513513
|
| 25 |
+
},
|
| 26 |
+
"slack_100": {
|
| 27 |
+
"pct_underestimate": 8.518918918918919,
|
| 28 |
+
"pct_overestimate": 91.48108108108109
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
}
|
linear_regression/npv0.97/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82155846509b27785eaa92e2c9b059439017ab1ffb407329b0e7901ab831af41
|
| 3 |
+
size 856
|
linear_regression/npv0.99/actual_vs_predicted.png
ADDED
|
linear_regression/npv0.99/metrics.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.99,
|
| 3 |
+
"n_train": 32400,
|
| 4 |
+
"n_test": 15800,
|
| 5 |
+
"mae": 76.13472407129544,
|
| 6 |
+
"rmse": 191.13433576933988,
|
| 7 |
+
"r2": 0.21675117379152753,
|
| 8 |
+
"coefficients": [
|
| 9 |
+
-365.6436592823105,
|
| 10 |
+
0.15818165511813037
|
| 11 |
+
],
|
| 12 |
+
"intercept": 301.6590086494083,
|
| 13 |
+
"underestimate_analysis": {
|
| 14 |
+
"slack_10": {
|
| 15 |
+
"pct_underestimate": 21.17721518987342,
|
| 16 |
+
"pct_overestimate": 78.82278481012658
|
| 17 |
+
},
|
| 18 |
+
"slack_25": {
|
| 19 |
+
"pct_underestimate": 18.075949367088604,
|
| 20 |
+
"pct_overestimate": 81.92405063291139
|
| 21 |
+
},
|
| 22 |
+
"slack_50": {
|
| 23 |
+
"pct_underestimate": 14.689873417721518,
|
| 24 |
+
"pct_overestimate": 85.31012658227849
|
| 25 |
+
},
|
| 26 |
+
"slack_100": {
|
| 27 |
+
"pct_underestimate": 9.981012658227847,
|
| 28 |
+
"pct_overestimate": 90.01898734177215
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
}
|
linear_regression/npv0.99/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a156a37cc579013c2f3748e572739dfb6e2a56a7c6417c6a002379a89fa8fbf
|
| 3 |
+
size 856
|
logistic_regression/npv0.95_horizon100/evaluation_plots.png
ADDED
|
Git LFS Details
|
logistic_regression/npv0.95_horizon100/metrics.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.95,
|
| 3 |
+
"max_num_samples": 100,
|
| 4 |
+
"n_train": 51000,
|
| 5 |
+
"n_test": 21700,
|
| 6 |
+
"accuracy": 0.876036866359447,
|
| 7 |
+
"precision": 0.8832787907121707,
|
| 8 |
+
"recall": 0.9746088152691007,
|
| 9 |
+
"f1": 0.9266990026704452,
|
| 10 |
+
"roc_auc": 0.8959571166262684,
|
| 11 |
+
"confusion_matrix": [
|
| 12 |
+
[
|
| 13 |
+
17004,
|
| 14 |
+
443
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
2247,
|
| 18 |
+
2006
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"coefficients": [
|
| 22 |
+
[
|
| 23 |
+
1.281856885421153,
|
| 24 |
+
-1.8616443475114361
|
| 25 |
+
]
|
| 26 |
+
],
|
| 27 |
+
"intercept": [
|
| 28 |
+
1.8814611931084861
|
| 29 |
+
]
|
| 30 |
+
}
|
logistic_regression/npv0.95_horizon100/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fc016aeb225b834a8f93a871c9276160b5bf3ec7001d77b1c9d8c62dc4aded0
|
| 3 |
+
size 1329
|
logistic_regression/npv0.95_horizon1000/evaluation_plots.png
ADDED
|
Git LFS Details
|
logistic_regression/npv0.95_horizon1000/metrics.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.95,
|
| 3 |
+
"max_num_samples": 1000,
|
| 4 |
+
"n_train": 12500,
|
| 5 |
+
"n_test": 6200,
|
| 6 |
+
"accuracy": 0.9862903225806452,
|
| 7 |
+
"precision": 0.9898904802021904,
|
| 8 |
+
"recall": 0.9957627118644068,
|
| 9 |
+
"f1": 0.9928179129700042,
|
| 10 |
+
"roc_auc": 0.9780471751412428,
|
| 11 |
+
"confusion_matrix": [
|
| 12 |
+
[
|
| 13 |
+
5875,
|
| 14 |
+
25
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
60,
|
| 18 |
+
240
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"coefficients": [
|
| 22 |
+
[
|
| 23 |
+
2.5680694581740107,
|
| 24 |
+
-1.501235636247838
|
| 25 |
+
]
|
| 26 |
+
],
|
| 27 |
+
"intercept": [
|
| 28 |
+
5.424925954073802
|
| 29 |
+
]
|
| 30 |
+
}
|
logistic_regression/npv0.95_horizon1000/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90bbeae42fec7fb77cc6d196373a49bbb873934c4422d750922954d39c0c2cda
|
| 3 |
+
size 1329
|
logistic_regression/npv0.95_horizon500/evaluation_plots.png
ADDED
|
Git LFS Details
|
logistic_regression/npv0.95_horizon500/metrics.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.95,
|
| 3 |
+
"max_num_samples": 500,
|
| 4 |
+
"n_train": 46200,
|
| 5 |
+
"n_test": 19800,
|
| 6 |
+
"accuracy": 0.9206060606060606,
|
| 7 |
+
"precision": 0.926266318537859,
|
| 8 |
+
"recall": 0.9910604536819756,
|
| 9 |
+
"f1": 0.9575685597063269,
|
| 10 |
+
"roc_auc": 0.8524117974750951,
|
| 11 |
+
"confusion_matrix": [
|
| 12 |
+
[
|
| 13 |
+
17738,
|
| 14 |
+
160
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
1412,
|
| 18 |
+
490
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"coefficients": [
|
| 22 |
+
[
|
| 23 |
+
1.6147479484735405,
|
| 24 |
+
-1.2906457167089622
|
| 25 |
+
]
|
| 26 |
+
],
|
| 27 |
+
"intercept": [
|
| 28 |
+
3.167506313301136
|
| 29 |
+
]
|
| 30 |
+
}
|
logistic_regression/npv0.95_horizon500/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b940270e4ba2491ff4fd62e93724d274e3a74830c2c51ce682891f91743bc4f
|
| 3 |
+
size 1329
|
logistic_regression/npv0.97_horizon100/evaluation_plots.png
ADDED
|
Git LFS Details
|
logistic_regression/npv0.97_horizon100/metrics.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.97,
|
| 3 |
+
"max_num_samples": 100,
|
| 4 |
+
"n_train": 51000,
|
| 5 |
+
"n_test": 21700,
|
| 6 |
+
"accuracy": 0.7749769585253456,
|
| 7 |
+
"precision": 0.7805486284289277,
|
| 8 |
+
"recall": 0.8679041823923592,
|
| 9 |
+
"f1": 0.8219118129764033,
|
| 10 |
+
"roc_auc": 0.8718100145095805,
|
| 11 |
+
"confusion_matrix": [
|
| 12 |
+
[
|
| 13 |
+
11268,
|
| 14 |
+
1715
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
3168,
|
| 18 |
+
5549
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"coefficients": [
|
| 22 |
+
[
|
| 23 |
+
1.645580019085871,
|
| 24 |
+
-1.6288464355101335
|
| 25 |
+
]
|
| 26 |
+
],
|
| 27 |
+
"intercept": [
|
| 28 |
+
0.4211835783546907
|
| 29 |
+
]
|
| 30 |
+
}
|
logistic_regression/npv0.97_horizon100/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aebdb7228dfa9d38c6b7aab45f25b271ded755acaf73db68575fa3968aca51e9
|
| 3 |
+
size 1329
|
logistic_regression/npv0.97_horizon1000/evaluation_plots.png
ADDED
|
Git LFS Details
|
logistic_regression/npv0.97_horizon1000/metrics.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.97,
|
| 3 |
+
"max_num_samples": 1000,
|
| 4 |
+
"n_train": 12500,
|
| 5 |
+
"n_test": 6200,
|
| 6 |
+
"accuracy": 0.947258064516129,
|
| 7 |
+
"precision": 0.9484226339509264,
|
| 8 |
+
"recall": 0.9968421052631579,
|
| 9 |
+
"f1": 0.9720297664870413,
|
| 10 |
+
"roc_auc": 0.9361805263157894,
|
| 11 |
+
"confusion_matrix": [
|
| 12 |
+
[
|
| 13 |
+
5682,
|
| 14 |
+
18
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
309,
|
| 18 |
+
191
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"coefficients": [
|
| 22 |
+
[
|
| 23 |
+
1.6859469926358182,
|
| 24 |
+
-0.8960883869966692
|
| 25 |
+
]
|
| 26 |
+
],
|
| 27 |
+
"intercept": [
|
| 28 |
+
3.295159588293373
|
| 29 |
+
]
|
| 30 |
+
}
|
logistic_regression/npv0.97_horizon1000/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6df5fa32da71d484361fad0f2d7bb6bcd01ecca112a803fda1c9558d8c42d50a
|
| 3 |
+
size 1329
|
logistic_regression/npv0.97_horizon500/evaluation_plots.png
ADDED
|
Git LFS Details
|
logistic_regression/npv0.97_horizon500/metrics.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.97,
|
| 3 |
+
"max_num_samples": 500,
|
| 4 |
+
"n_train": 46200,
|
| 5 |
+
"n_test": 19800,
|
| 6 |
+
"accuracy": 0.8615656565656565,
|
| 7 |
+
"precision": 0.8601055605907127,
|
| 8 |
+
"recall": 0.9928,
|
| 9 |
+
"f1": 0.9217013740109121,
|
| 10 |
+
"roc_auc": 0.8604573087757313,
|
| 11 |
+
"confusion_matrix": [
|
| 12 |
+
[
|
| 13 |
+
16133,
|
| 14 |
+
117
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
2624,
|
| 18 |
+
926
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"coefficients": [
|
| 22 |
+
[
|
| 23 |
+
1.4049365831622382,
|
| 24 |
+
-0.9559888080193386
|
| 25 |
+
]
|
| 26 |
+
],
|
| 27 |
+
"intercept": [
|
| 28 |
+
1.9475540809977727
|
| 29 |
+
]
|
| 30 |
+
}
|
logistic_regression/npv0.97_horizon500/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2b19d8743ebd402a3487276b7d3521216557c2c6351e1db4cac159b7966d8ec
|
| 3 |
+
size 1329
|
logistic_regression/npv0.99_horizon100/evaluation_plots.png
ADDED
|
Git LFS Details
|
logistic_regression/npv0.99_horizon100/metrics.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.99,
|
| 3 |
+
"max_num_samples": 100,
|
| 4 |
+
"n_train": 51000,
|
| 5 |
+
"n_test": 21700,
|
| 6 |
+
"accuracy": 0.91036866359447,
|
| 7 |
+
"precision": 0.8407990314769975,
|
| 8 |
+
"recall": 0.8615289192122809,
|
| 9 |
+
"f1": 0.8510377575246993,
|
| 10 |
+
"roc_auc": 0.9647643704788369,
|
| 11 |
+
"confusion_matrix": [
|
| 12 |
+
[
|
| 13 |
+
5556,
|
| 14 |
+
893
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
1052,
|
| 18 |
+
14199
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"coefficients": [
|
| 22 |
+
[
|
| 23 |
+
5.307156754116271,
|
| 24 |
+
-2.6722891518467833
|
| 25 |
+
]
|
| 26 |
+
],
|
| 27 |
+
"intercept": [
|
| 28 |
+
-3.806554334300177
|
| 29 |
+
]
|
| 30 |
+
}
|
logistic_regression/npv0.99_horizon100/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55067e8982cebb1de0478e9f9b6a8681213d9f102a1319f80e712a57c85231ba
|
| 3 |
+
size 1329
|
logistic_regression/npv0.99_horizon1000/evaluation_plots.png
ADDED
|
Git LFS Details
|
logistic_regression/npv0.99_horizon1000/metrics.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.99,
|
| 3 |
+
"max_num_samples": 1000,
|
| 4 |
+
"n_train": 12500,
|
| 5 |
+
"n_test": 6200,
|
| 6 |
+
"accuracy": 0.787258064516129,
|
| 7 |
+
"precision": 0.81460571844837,
|
| 8 |
+
"recall": 0.9369501466275659,
|
| 9 |
+
"f1": 0.8715051144666341,
|
| 10 |
+
"roc_auc": 0.8092377129272574,
|
| 11 |
+
"confusion_matrix": [
|
| 12 |
+
[
|
| 13 |
+
4473,
|
| 14 |
+
301
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
1018,
|
| 18 |
+
408
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"coefficients": [
|
| 22 |
+
[
|
| 23 |
+
1.43611878835467,
|
| 24 |
+
-1.0309435816916577
|
| 25 |
+
]
|
| 26 |
+
],
|
| 27 |
+
"intercept": [
|
| 28 |
+
1.6731919474073662
|
| 29 |
+
]
|
| 30 |
+
}
|
logistic_regression/npv0.99_horizon1000/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7f62dc69b0817ce8fc04e92a6fbc907de70c13973361c5eeaa98e585d92fe92
|
| 3 |
+
size 1329
|
logistic_regression/npv0.99_horizon500/evaluation_plots.png
ADDED
|
Git LFS Details
|
logistic_regression/npv0.99_horizon500/metrics.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.99,
|
| 3 |
+
"max_num_samples": 500,
|
| 4 |
+
"n_train": 46200,
|
| 5 |
+
"n_test": 19800,
|
| 6 |
+
"accuracy": 0.7192929292929293,
|
| 7 |
+
"precision": 0.7563327576280944,
|
| 8 |
+
"recall": 0.828733638227409,
|
| 9 |
+
"f1": 0.790879674919106,
|
| 10 |
+
"roc_auc": 0.7866924729631424,
|
| 11 |
+
"confusion_matrix": [
|
| 12 |
+
[
|
| 13 |
+
10510,
|
| 14 |
+
2172
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
3386,
|
| 18 |
+
3732
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"coefficients": [
|
| 22 |
+
[
|
| 23 |
+
1.495679348471386,
|
| 24 |
+
-1.3961091992990278
|
| 25 |
+
]
|
| 26 |
+
],
|
| 27 |
+
"intercept": [
|
| 28 |
+
0.7587430683693446
|
| 29 |
+
]
|
| 30 |
+
}
|
logistic_regression/npv0.99_horizon500/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9aa39290e8a2c04d041c47088d3482a8d3d2b7da3c7913e04e0ae7c0f45f23ee
|
| 3 |
+
size 1329
|
logistic_regression/npv0.9_horizon100/evaluation_plots.png
ADDED
|
Git LFS Details
|
logistic_regression/npv0.9_horizon100/metrics.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.9,
|
| 3 |
+
"max_num_samples": 100,
|
| 4 |
+
"n_train": 51000,
|
| 5 |
+
"n_test": 21700,
|
| 6 |
+
"accuracy": 0.9640092165898617,
|
| 7 |
+
"precision": 0.9644740627097517,
|
| 8 |
+
"recall": 0.9980155777149378,
|
| 9 |
+
"f1": 0.9809581860295014,
|
| 10 |
+
"roc_auc": 0.9502286988809909,
|
| 11 |
+
"confusion_matrix": [
|
| 12 |
+
[
|
| 13 |
+
20117,
|
| 14 |
+
40
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
741,
|
| 18 |
+
802
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"coefficients": [
|
| 22 |
+
[
|
| 23 |
+
1.154102470546823,
|
| 24 |
+
-1.3746030598446233
|
| 25 |
+
]
|
| 26 |
+
],
|
| 27 |
+
"intercept": [
|
| 28 |
+
3.6994134206078853
|
| 29 |
+
]
|
| 30 |
+
}
|
logistic_regression/npv0.9_horizon100/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03cf436e4471457f8ded3c61edc2fe7aab69a0804c593f7e061ee1fe3eac1b64
|
| 3 |
+
size 1329
|
logistic_regression/npv0.9_horizon1000/evaluation_plots.png
ADDED
|
Git LFS Details
|
logistic_regression/npv0.9_horizon1000/metrics.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.9,
|
| 3 |
+
"max_num_samples": 1000,
|
| 4 |
+
"n_train": 12500,
|
| 5 |
+
"n_test": 6200,
|
| 6 |
+
"accuracy": 0.9756451612903225,
|
| 7 |
+
"precision": 0.9754511461550968,
|
| 8 |
+
"recall": 1.0,
|
| 9 |
+
"f1": 0.9875730392560284,
|
| 10 |
+
"roc_auc": 0.9343033333333334,
|
| 11 |
+
"confusion_matrix": [
|
| 12 |
+
[
|
| 13 |
+
6000,
|
| 14 |
+
0
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
151,
|
| 18 |
+
49
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"coefficients": [
|
| 22 |
+
[
|
| 23 |
+
1.9356283666831104,
|
| 24 |
+
-0.5487831203553926
|
| 25 |
+
]
|
| 26 |
+
],
|
| 27 |
+
"intercept": [
|
| 28 |
+
5.884720372604253
|
| 29 |
+
]
|
| 30 |
+
}
|
logistic_regression/npv0.9_horizon1000/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70f1d9fa3bc3a75ee53aca525291ebcdbddcec04630c7b8a51ee68e345962294
|
| 3 |
+
size 1329
|
logistic_regression/npv0.9_horizon500/evaluation_plots.png
ADDED
|
Git LFS Details
|
logistic_regression/npv0.9_horizon500/metrics.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"npv_target": 0.9,
|
| 3 |
+
"max_num_samples": 500,
|
| 4 |
+
"n_train": 46200,
|
| 5 |
+
"n_test": 19800,
|
| 6 |
+
"accuracy": 0.9571212121212122,
|
| 7 |
+
"precision": 0.9577177789098319,
|
| 8 |
+
"recall": 0.9989903820606834,
|
| 9 |
+
"f1": 0.9779188015292986,
|
| 10 |
+
"roc_auc": 0.9358056270694826,
|
| 11 |
+
"confusion_matrix": [
|
| 12 |
+
[
|
| 13 |
+
18800,
|
| 14 |
+
19
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
830,
|
| 18 |
+
151
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"coefficients": [
|
| 22 |
+
[
|
| 23 |
+
0.9878410755143608,
|
| 24 |
+
-0.5225761513337531
|
| 25 |
+
]
|
| 26 |
+
],
|
| 27 |
+
"intercept": [
|
| 28 |
+
3.8843676834506113
|
| 29 |
+
]
|
| 30 |
+
}
|
logistic_regression/npv0.9_horizon500/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05d03aba879b9e5ed6ca38ff6202f5e81c5044c49e25176c6c47f68986ba2287
|
| 3 |
+
size 1329
|
nn_classifier/npv0.95_horizon100/evaluation_plots.png
ADDED
|
Git LFS Details
|