freicaneca

Results 2 issues of freicaneca

When calling ELM.train(data, labels, "CV", "OP", 'c', k=5) on the data and labels attached, I get the following error: Traceback (most recent call last): File "parameter_analysis_elm.py", line 81, in elm.train(data,...

When I initialize a new ELM object, I set its 'classification' attribute to 'c', so I expect to obtain a regular classification error when calling ELM.error(). However, I noticed it...