building machine learning system with Python 學習筆記--從零開始機器學習(1)搭建環境

搭建學習環境: Linux系統和Mac OS一般都自帶了Python,在命令行直接輸入python即可調用: 可以看到我的Ubuntu是Python3.6版本,建議用與本書一致的Python2.7版本 用pip list查看已安裝的包,是否已有NumPy SciPy Scikit-learn三個包。沒有則pip install 包名進行安裝,可以在包名後指定版本,例如pip install num
相關文章
相關標籤/搜索