摘要:
总共有八个步骤: 1 规范化问题:Frame the Problem and Look at the Big Picture 2 获取数据:Get the Data 注意:尽可能自动化获取数据,这样您可以轻松获取最新的数据 3 探索数据:Explore the Data 名字 类型:分类,int / 阅读全文
摘要:
import numpy as np import matplotlib.pyplot as plt from sklearn.linear_model import LinearRegression from sklearn.preprocessing import PolynomialFeatures from sklearn.externals import joblib X_train = 阅读全文