Skip to content
Snippets Groups Projects
Commit 5835cdb0 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Fixed statsiter for monoview

parent 92b4a85a
Branches
Tags
No related merge requests found
......@@ -64,7 +64,7 @@ def ExecMonoview(X, Y, name, labelsNames, learningRate, nbFolds, nbCores, databa
y_tests = []
y_train_preds = []
y_test_preds = []
for iterationStat in range(statsIter):
for iterationStat in range(1):
# Calculate Train/Test data
logging.debug("Start:\t Determine Train/Test split"+" for iteration "+str(iterationStat+1))
testIndices = ClassifMonoView.splitDataset(Y, nbClass, learningRate, datasetLength)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment