上传者: 38741950
|
上传时间: 2021-10-26 01:05:44
|
文件大小: 117KB
|
文件类型: -
本文实例讲述了Python实现的线性回归算法。分享给大家供大家参考,具体如下:
用python实现线性回归
Using Python to Implement Line Regression Algorithm
小菜鸟记录学习过程
代码:
#encoding:utf-8
Author: njulpy
Version: 1.0
Data: 2018/04/09
Project: Using Python to Implement LineRegression Algorithm
import numpy as np
import pandas as