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, I noticed that in the older sklearn_pycon versions (eg. https://github.com/ogrisel/sklearn_pycon2014/blob/master/notebooks/04_supervised_in_depth.ipynb in line [17] ), the arguments of confusion_matrix are not correct since the right way is to put as first argument the y_test and as second the y_pred.
However, in this version, sklearn_pycon2015 it is correct.
Cheers, S
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I noticed that in the older sklearn_pycon versions (eg. https://github.com/ogrisel/sklearn_pycon2014/blob/master/notebooks/04_supervised_in_depth.ipynb in line [17] ), the arguments of confusion_matrix are not correct since the right way is to put as first argument the y_test and as second the y_pred.
However, in this version, sklearn_pycon2015 it is correct.
Cheers,
S
The text was updated successfully, but these errors were encountered: