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

Using shape instead of size to get number of rows #15

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

yonas-g
Copy link
Contributor

@yonas-g yonas-g commented Nov 25, 2020

print ('Training Set: %d, rows\nTest Set: %d rows' % (X_train.shape[0], X_test.shape[0]))

print ('Training Set: %d, rows\\nTest Set: %d rows' % (X_train.shape[0], X_test.shape[0]))
@GraemeMalcolm GraemeMalcolm merged commit b31ffc9 into MicrosoftDocs:master Nov 30, 2020
@GraemeMalcolm
Copy link
Contributor

Thanks @yonas-g - merged!

@yonas-g yonas-g deleted the patch-1 branch December 1, 2020 15:58
@yonas-g yonas-g restored the patch-1 branch December 1, 2020 15:58
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

Successfully merging this pull request may close these issues.

2 participants