Hi,
I am new to DSS and am attempting to advance my knowledge through the tutorials. I got to the lecture 'create a scikit-learn (python) model', but when copying and pasting in the code that is to be output to the folder 'model_scikit', I'm receiving this error:
'Job failed : Error in Python process: : min_samples_split must be at least 2 or in (0, 1], got 1'
When I change the value of min_samples_split (eg. [1.0, 3, 10], or even just [2]) I get a different error:
'Job failed : Error in Python process: : Dataset None cannot be used : declare it as input or output of your recipe'
Any ideas?
Thanks,
Clíona
0 ·