willtennr commited on
Commit
7975cbb
·
verified ·
1 Parent(s): 65bfeae

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +31 -0
  2. linear_regression/npv0.9/actual_vs_predicted.png +3 -0
  3. linear_regression/npv0.9/metrics.json +31 -0
  4. linear_regression/npv0.9/model.joblib +3 -0
  5. linear_regression/npv0.95/actual_vs_predicted.png +3 -0
  6. linear_regression/npv0.95/metrics.json +31 -0
  7. linear_regression/npv0.95/model.joblib +3 -0
  8. linear_regression/npv0.97/actual_vs_predicted.png +3 -0
  9. linear_regression/npv0.97/metrics.json +31 -0
  10. linear_regression/npv0.97/model.joblib +3 -0
  11. linear_regression/npv0.99/actual_vs_predicted.png +0 -0
  12. linear_regression/npv0.99/metrics.json +31 -0
  13. linear_regression/npv0.99/model.joblib +3 -0
  14. logistic_regression/npv0.95_horizon100/evaluation_plots.png +3 -0
  15. logistic_regression/npv0.95_horizon100/metrics.json +30 -0
  16. logistic_regression/npv0.95_horizon100/model.joblib +3 -0
  17. logistic_regression/npv0.95_horizon1000/evaluation_plots.png +3 -0
  18. logistic_regression/npv0.95_horizon1000/metrics.json +30 -0
  19. logistic_regression/npv0.95_horizon1000/model.joblib +3 -0
  20. logistic_regression/npv0.95_horizon500/evaluation_plots.png +3 -0
  21. logistic_regression/npv0.95_horizon500/metrics.json +30 -0
  22. logistic_regression/npv0.95_horizon500/model.joblib +3 -0
  23. logistic_regression/npv0.97_horizon100/evaluation_plots.png +3 -0
  24. logistic_regression/npv0.97_horizon100/metrics.json +30 -0
  25. logistic_regression/npv0.97_horizon100/model.joblib +3 -0
  26. logistic_regression/npv0.97_horizon1000/evaluation_plots.png +3 -0
  27. logistic_regression/npv0.97_horizon1000/metrics.json +30 -0
  28. logistic_regression/npv0.97_horizon1000/model.joblib +3 -0
  29. logistic_regression/npv0.97_horizon500/evaluation_plots.png +3 -0
  30. logistic_regression/npv0.97_horizon500/metrics.json +30 -0
  31. logistic_regression/npv0.97_horizon500/model.joblib +3 -0
  32. logistic_regression/npv0.99_horizon100/evaluation_plots.png +3 -0
  33. logistic_regression/npv0.99_horizon100/metrics.json +30 -0
  34. logistic_regression/npv0.99_horizon100/model.joblib +3 -0
  35. logistic_regression/npv0.99_horizon1000/evaluation_plots.png +3 -0
  36. logistic_regression/npv0.99_horizon1000/metrics.json +30 -0
  37. logistic_regression/npv0.99_horizon1000/model.joblib +3 -0
  38. logistic_regression/npv0.99_horizon500/evaluation_plots.png +3 -0
  39. logistic_regression/npv0.99_horizon500/metrics.json +30 -0
  40. logistic_regression/npv0.99_horizon500/model.joblib +3 -0
  41. logistic_regression/npv0.9_horizon100/evaluation_plots.png +3 -0
  42. logistic_regression/npv0.9_horizon100/metrics.json +30 -0
  43. logistic_regression/npv0.9_horizon100/model.joblib +3 -0
  44. logistic_regression/npv0.9_horizon1000/evaluation_plots.png +3 -0
  45. logistic_regression/npv0.9_horizon1000/metrics.json +30 -0
  46. logistic_regression/npv0.9_horizon1000/model.joblib +3 -0
  47. logistic_regression/npv0.9_horizon500/evaluation_plots.png +3 -0
  48. logistic_regression/npv0.9_horizon500/metrics.json +30 -0
  49. logistic_regression/npv0.9_horizon500/model.joblib +3 -0
  50. 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

  • SHA256: 99eca0537b0f28006f700bffda52c2db25b7674ad2c7db998d78dd816d4b9f8c
  • Pointer size: 131 Bytes
  • Size of remote file: 145 kB
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

  • SHA256: 05896c91d3bae0c2a9fda4b194602f13cf1bf678fc051e61e84c881788f2bd75
  • Pointer size: 131 Bytes
  • Size of remote file: 128 kB
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

  • SHA256: 7d1501f1e1fb3a5d3ee8f87a924520cac017d783d51334f6ab2438e1fe56f04f
  • Pointer size: 131 Bytes
  • Size of remote file: 149 kB
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

  • SHA256: 114332e9ace9392ec2f3b51a721baf7d2b2a422abf79b3dcc49b73ad8f0e13b9
  • Pointer size: 131 Bytes
  • Size of remote file: 128 kB
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

  • SHA256: eaea5bce22e0304a680e9019b8f52c4afc396b29cff1bc208918e81b56757178
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
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

  • SHA256: 10c36488bddfbfbf0731691a4f71d0ecc6b013f708de487b167f16c6f8cb9982
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
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

  • SHA256: b5f3b3fe3895d1703b932a38143d0371564d7bc4d481591f08566e81dd44cd3b
  • Pointer size: 131 Bytes
  • Size of remote file: 123 kB
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

  • SHA256: 01fdd7594118694a42a42a89e2accefb05fc6fba6de4023e7fafef7107efb978
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
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

  • SHA256: 1496dc1ecd9f2abb40f7d36d7c0a1086a2481f1bd3fe6f8d4aa2db4d00a273b6
  • Pointer size: 131 Bytes
  • Size of remote file: 128 kB
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

  • SHA256: 5257e4995b00bb7c564b635cbdcdedeefdc4e5cd067eeff7d5a37783e43723a4
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
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

  • SHA256: 997c9c651e91e3963d74bc0230dc8f839521f2d6f99dfee831a6b4de2f37f5f4
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
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

  • SHA256: cc46efd31e9086fc8f2bcc459147b9168229c50889826458b7e7f25442a370e0
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
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

  • SHA256: 3ef7a5f0c266bd43f750a2fe29426e81110ece29eeb6ce5d823f10a1b06e1765
  • Pointer size: 131 Bytes
  • Size of remote file: 123 kB
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

  • SHA256: 77555407c7038c572377e8058386a7eb6858771e04fdd3a858887378da427242
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
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

  • SHA256: 71e3029e4bdfdddc75fc9b1830a7b4587e1e915e75c0cee0a354d7d690a325d8
  • Pointer size: 131 Bytes
  • Size of remote file: 121 kB
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

  • SHA256: 8b01f906065932d02f10eefbf9c7e3356e70a1cc104775f3005058514b9209e7
  • Pointer size: 131 Bytes
  • Size of remote file: 124 kB