[机器学习] 机器学习门把手

python Machine Learning

Steps

  1. import the data
  2. clean the data
  3. Splite the Data into Training/Test Sets
  4. Create a Model
  5. Train the Model
  6. Make Predictions
  7. Evaluate and Improve

Libraries and Tools

  1. Numpy
  2. Pandas: dataframe
  3. MatPlotLib: 2-dim plotting Library
  4. Scikit-Learn

Jupyter

It makes it really easy to inspect data

Anaconda

www.kaggle.com: download data set

posted @ 2022-05-21 17:04  deadright  阅读(27)  评论(0编辑  收藏  举报