会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
木丨头人
随笔档案-2018年10月
机器学习入门之房价预测(线性回归)
2018-10-20 10:02 by 木丨头人, 2625 阅读,
收藏
,
摘要: #!/usr/bin/env python # coding: utf-8 # In[1]: # 1.定义问题 # 2.导入数据 # 导入类库 import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns from sklearn.linear_model imp...
阅读全文
0 Comment
About