线性回归补充练习
摘要:巩固了线性回归的内容,练习了多变量的线性回归,对程序添加了一些详细的注释 import numpy as np#线性代数包import pandas as pd#数据处理包import matplotlib.pyplot as plt#画图包path = 'ex1data2.txt'data2 =
阅读全文
posted @ 2022-05-30 14:01
posted @ 2022-05-30 14:01
posted @ 2022-05-23 17:41
posted @ 2022-05-16 18:09
posted @ 2022-05-16 16:29
posted @ 2022-05-16 16:14