Commit d3cb929b64e6c1f7a17f0bac8841d0e37cf41a07
1 parent
522cc08fe8
Exists in
main
change in Beta initialization
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
Main.py
View file @
d3cb929
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | for i in range(1): |
20 | 20 | |
21 | 21 | #initialization of Beta distribution for all the complexity levels (test with 5 levels) |
22 | - betap=[[1,1],[1,2],[1,3],[1,4],[1,5]] | |
22 | + betap=[[2,1],[1,2],[1,3],[1,4],[1,5]] | |
23 | 23 | |
24 | 24 | #Parameters: previous grades and times, a-priori paameters for beta distribution in each complexity level, step for change beta parameters, value of penalization for time and value of limit between win and loss |
25 | 25 | pred=Prediction(dataI.iloc[i,:], data.iloc[i,:], betap, 0.2, 1/16, 6) |