Commit b934b594 by Pamela Osuna

some corrections made

parent 02806cef
......@@ -19,7 +19,7 @@ e belongs to {0,1} and represents the number of epochs
c_ = [0,1,2,3]
b_ = [0,1]
e_ = [0,1]
n_experiences = 1001
n_experiences = 101
combinations = itertools.product(c_,b_,e_)
......@@ -27,7 +27,7 @@ combinations = itertools.product(c_,b_,e_)
input_, output_ = parse_data(n_experiences)
#run an specific combination
max_params = combinations[0]
max_params = (0,0,0)
max_avg_auc = 0
for params in combinations:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment