1.100-Days-Of-ML-Code


 

 

2.practical-machine-learning-with-python

3.ud120

Intro to ML (Udacity) ​

 

sklearn 0.20.0 代码运行问题

/tools/email_preprocess.py

from sklearn import cross_validation
改为 from sklearn.model_selection import train_test_split


 

 4.ud501

 

Lesson outline

In this lesson you will learn how to read data, select subsets of it and generate useful plots, using ​​pandas​​ and ​​matplotlib​​. The documentation links below are for your reference.

  • Read stock data from CSV files:
  • Select desired rows and columns:
  • Visualize data by generating plots:

 

Lesson outline

Here's an overview of what you'll learn to do in this lesson. Documentation links are for reference.

Read in multiple stocks:

Manipulate stock data: