文件名称:使用Python进行简单线性回归:使用Python进行简单线性回归
文件大小:6KB
文件格式:ZIP
更新时间:2024-03-02 19:03:37
python linear-regression jupyter-notebook spyder Python
使用Python进行简单线性回归 在ML算法中,我们有: 监督学习 无监督学习 在监督学习中,我们有: 回归 分类 首先,我们讨论不同类型的回归。 线性回归 简单线性回归 多元线性回归 逻辑回归 套索回归 岭回归 在此存储库中,我们讨论简单线性回归 简单线性回归: It is applicable when relationship between input variable and output variable is linear, that is it should have positive or negative correlation between input and output variable. That can be known using scatter plot. Here X is independent variable and
【文件预览】:
Simple-Linear-Regression-using-Python-main
----wc-at.csv(1KB)
----delivery time.py(4KB)
----delivery_time.csv(198B)
----salary hike.py(4KB)
----README.md(2KB)
----Salary_Data.csv(454B)
----linear regression.py(3KB)