Commit 29716a7c by Pamela Osuna

main

parent d597d86c
...@@ -35,3 +35,6 @@ for params in combinations: ...@@ -35,3 +35,6 @@ for params in combinations:
if avg_auc > max_avg_auc: if avg_auc > max_avg_auc:
max_avg_auc = avg_auc max_avg_auc = avg_auc
max_params = params max_params = params
## to do: final kfold with optimal parameters, code to execute in paralel, make sure it's the same random shuffle ...
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