摘要: 1 2 # -*- coding: UTF-8 -*- 3 """ 4 此脚本用于展示使用sklearn搭建线性回归模型 5 """ 6 7 8 import os 9 import sys 10 11 import numpy as np 12 import matplotlib.pyplot as plt 13 import panda... 阅读全文
posted @ 2019-04-29 23:28 bbgoal 阅读(198) 评论(0) 推荐(0) 编辑