Nyahua / ML_Python

my homework for machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python机器学习:原理与实践(数据科学与大数据技术丛书)

most popular GIT commands:

git pull # update your local directory from github repo

git add . # add all local files as it looks now to your next commit (stage)
git commit -m "your message" # commit your staged content as a new commit snapshot

git push # push local files to github repo

useful links

About

my homework for machine learning


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%