Skip to content
New issue

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

Minor: 3.2 bar plots - kag_y vs kag_y_train #20

Open
Offroadpia opened this issue Oct 26, 2024 · 1 comment
Open

Minor: 3.2 bar plots - kag_y vs kag_y_train #20

Offroadpia opened this issue Oct 26, 2024 · 1 comment

Comments

@Offroadpia
Copy link

I believe that
pd.crosstab(index=X_train['major_cs'], columns=kag_y)
should read
pd.crosstab(index=X_train['major_cs'], columns=kag_y_train)

Thanks

@mattharrison
Copy link
Owner

mattharrison commented Oct 26, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants