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

Deleted log loss from metrics due to am issue

parent f2924f94
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ NB_CLASS = DATASET.get("Metadata").attrs["nbClass"]
metrics = [metric.split(":") for metric in args.CL_metrics]
if metrics == [[""]]:
metricsNames = [name for _, name, isPackage
in pkgutil.iter_modules(['Metrics']) if not isPackage]
in pkgutil.iter_modules(['Metrics']) if not isPackage and name!="log_loss"]
metrics = [[metricName, None] for metricName in metricsNames]
logging.info("Start:\t Finding all available mono- & multiview algorithms")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment