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

Added Model Description

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -37,7 +37,19 @@ widget:
37
 
38
  # Model description
39
 
40
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  ## Intended uses & limitations
43
 
 
37
 
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