mljar

Mljar python wrapper api "no such file or directory" error

Mljar python wrapper api "no such file or directory" error Question: I’m getting Ups, [Errno 2] No such file or directory error when I try to fit models using the python wrapper for the mljar api. Does anyone know how to fix this? The code: from sklearn import datasets iris = datasets.load_iris() X, y = …

Total answers: 1