Skip to content
Snippets Groups Projects
Commit dc34394a authored by bbauvin's avatar bbauvin
Browse files

Fixed issur in execmono

parent c5ba96b6
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ def ExecMonoview_multicore(name, learningRate, nbFolds, datasetFileIndex, databa
kwargs = args["args"]
views = [DATASET.get("View"+str(viewIndex)).attrs["name"] for viewIndex in range(DATASET.get("Metadata").attrs["nbView"])]
neededViewIndex = views.index(kwargs["feat"])
X = getV(DATASET, neededViewIndex)
X = DATASET.get("View"+str(neededViewIndex))
Y = DATASET.get("Labels").value
returnedViewIndex = args["viewIndex"]
return ExecMonoview(X, Y, name, learningRate, nbFolds, 1, databaseType, path, gridSearch=gridSearch,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment