rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.82k stars 853 forks source link

Fix typo in docstring of mcnamer_tables to increment numbers #991

Closed ftnext closed 1 year ago

ftnext commented 1 year ago

Code of Conduct

Description

Fix typo in the following variable names

https://rasbt.github.io/mlxtend/user_guide/evaluate/mcnemar_tables/#api

y_mod0 = np.array([0, 1, 0, 0, 0, 1, 1, 0, 0, 0]) y_mod0 = np.array([0, 0, 1, 1, 0, 1, 1, 0, 0, 0]) y_mod0 = np.array([0, 1, 1, 1, 0, 1, 0, 0, 0, 0])

Related issues or pull requests

None

Pull Request Checklist

rasbt commented 1 year ago

Thanks!