Fixed Model Card description
Browse files
README.md
CHANGED
@@ -38,18 +38,22 @@ widget:
|
|
38 |
# Model description
|
39 |
|
40 |
This is a Histogram-based Gradient Boosting Classification Tree model trained on HPC history jobs between 1Feb-1Aug 2022, window number 0.
|
|
|
41 |
Window Start: 2022-02-01 00:06:58; Window End: 2022-03-03 04:05:20; Total Jobs in Window 0: 35812.
|
|
|
42 |
Best parameters: {'hgbc__learning_rate': 0.1, 'hgbc__max_depth': 9, 'hgbc__max_iter': 600}
|
|
|
43 |
Performance on TEST
|
|
|
44 |
Accuracy on entire set: 0.946168166304685
|
45 |
|
46 |
-
Accuracy for last bin scheduling assuming bins <= 0 are incorrect: 0.
|
47 |
|
48 |
-
Accuracy for last bin scheduling assuming bins <= 1 are incorrect: 0.
|
49 |
|
50 |
-
Accuracy for last bin scheduling assuming bins <= 2 are incorrect: 0.
|
51 |
|
52 |
-
Accuracy for last bin scheduling assuming bins <= 3 are incorrect: 0.
|
53 |
|
54 |
## Intended uses & limitations
|
55 |
|
@@ -146,6 +150,7 @@ with open(dtc_pkl_filename, 'rb') as file:
|
|
146 |
# model_card_authors
|
147 |
|
148 |
Smruti Padhy
|
|
|
149 |
|
150 |
# limitations
|
151 |
|
|
|
38 |
# Model description
|
39 |
|
40 |
This is a Histogram-based Gradient Boosting Classification Tree model trained on HPC history jobs between 1Feb-1Aug 2022, window number 0.
|
41 |
+
|
42 |
Window Start: 2022-02-01 00:06:58; Window End: 2022-03-03 04:05:20; Total Jobs in Window 0: 35812.
|
43 |
+
|
44 |
Best parameters: {'hgbc__learning_rate': 0.1, 'hgbc__max_depth': 9, 'hgbc__max_iter': 600}
|
45 |
+
|
46 |
Performance on TEST
|
47 |
+
|
48 |
Accuracy on entire set: 0.946168166304685
|
49 |
|
50 |
+
Accuracy for last bin scheduling assuming bins <= 0 are incorrect: 0.9454; (936/990)
|
51 |
|
52 |
+
Accuracy for last bin scheduling assuming bins <= 1 are incorrect: 0.9242; (915/990)
|
53 |
|
54 |
+
Accuracy for last bin scheduling assuming bins <= 2 are incorrect: 0.9121; (903/990)
|
55 |
|
56 |
+
Accuracy for last bin scheduling assuming bins <= 3 are incorrect: 0.8878; (879/990)
|
57 |
|
58 |
## Intended uses & limitations
|
59 |
|
|
|
150 |
# model_card_authors
|
151 |
|
152 |
Smruti Padhy
|
153 |
+
Joe Stubbs
|
154 |
|
155 |
# limitations
|
156 |
|