Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Last active March 17, 2022 22:37
Show Gist options
  • Save AI-MOO/a6b2484cbfebdbe244f9067ba6680d6e to your computer and use it in GitHub Desktop.
Save AI-MOO/a6b2484cbfebdbe244f9067ba6680d6e to your computer and use it in GitHub Desktop.
# التحقق من أبعاد بيانات التدريب و الاختبار
print(f'Training data dimensions : {training_data.shape}')
print(f'Testing data dimensions : {testing_data.shape}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment