How to Create a new Python ML Project (Screencast)

preview_player
Показать описание
This video is a quick walk-thru of how to setup a new Python Machine Learning project. This includes creating a new virtual environment and a new git repository with a sane directory structure for maintaining a clean project layout.

*Thumbnail icon created by Juan Pablo Brava from Noun Project
Рекомендации по теме
Комментарии
Автор

Hello, for me it is showing bash: mkvirtualenv command not What can I do now?

sushmithak
Автор

Thanks for your easy-to-follow tutorial! One question though as to why .ipynb_checkpoints/ might still be showing up when I check git status even though I listed it in the .gitignore
RESOLVED: I restarted and must've missed something originally (maybe a misspelling) before exiting out of the .gitignore window

JonathanReader