Parallel execution of CV plus double inputted model

This commit is contained in:
giuliohome 2014-09-03 23:14:31 +02:00
parent 0be4f0032c
commit 3f11354adb

View File

@ -15,3 +15,12 @@ Here you have:
NFoldCV: 0 => no cv , 5 = 5-fold-cv, 10 = 10-fold-cv :-)
3) 5 fold cv implementation in c# for the demo: you see inline cv ams while training (of course on a completely separate set)
In my latest commit I've added
4) parallel execution of n-fold cv, on top of dotnet multithreading
5) double inputted model training, stopping at a configured ams objective