Loading

摘要: 单变量的线性回归(Linear Regression with one variable) 导入所需要的库 import numpy as np import pandas as pd import matplotlib.pyplot as plt 读取数据 path = 'ex1data1.txt 阅读全文
posted @ 2021-11-18 17:04 Amsterdamnit 阅读(168) 评论(0) 推荐(0)