This happens when we need to select a single model (when there is only one algorithm present in the model directory):
File "/home/aolza/Desktop/estratificacion/modelEvaluation/compare.py", line 50, in <listcomp>
selected=[available_models[i] for i in selected]
TypeError: only integer scalar arrays can be converted to a scalar index
This happens when we need to select a single model (when there is only one algorithm present in the model directory):