We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello there,
When trying to reproduce the wiki example, i got the following error:
Traceback (most recent call last): File "classification.py", line 296, in <module> skf = StratifiedKFold(l.iloc[i_u.values.T[j],0], runs_cv_folds, shuffle=True, random_state=j) TypeError: __init__() got multiple values for keyword argument 'shuffle'
Any help would be appreciated. Best, Vince
The text was updated successfully, but these errors were encountered:
Please use the file "classification_thomas-manghi.py" instead of "classification.py" that you find in the same folder. It fixes some dependencies
Sorry, something went wrong.
No branches or pull requests
Hello there,
When trying to reproduce the wiki example, i got the following error:
Traceback (most recent call last): File "classification.py", line 296, in <module> skf = StratifiedKFold(l.iloc[i_u.values.T[j],0], runs_cv_folds, shuffle=True, random_state=j) TypeError: __init__() got multiple values for keyword argument 'shuffle'
Any help would be appreciated.
Best,
Vince
The text was updated successfully, but these errors were encountered: