smpadhy commited on
Commit
4210cd7
·
verified ·
1 Parent(s): 934b0a0

Fixed Model Card description

Browse files
Files changed (1) hide show
  1. README.md +9 -4
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.9454545454545454; (936/990)
47
 
48
- Accuracy for last bin scheduling assuming bins <= 1 are incorrect: 0.9242424242424242; (915/990)
49
 
50
- Accuracy for last bin scheduling assuming bins <= 2 are incorrect: 0.9121212121212121; (903/990)
51
 
52
- Accuracy for last bin scheduling assuming bins <= 3 are incorrect: 0.8878787878787879; (879/990)
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