# Scikit Learn
**Machine Learning** Library for **Predictive Data Analysis** using **Python**
### Y = X * B1 + B0
## Coefficients
### B1 : Slope
- Gradient | **Steepness** in Line | **Direction** of Line | **Weight**
### B0 : Intercept
- Bias | Constant | The Place where **Regression Line** Intersects the Y Axis (Value of Y when X = 0)
### R<sup>2</sup> : Coefficient of Determination
- The **Variance** of the Data captured by the Model (0.7 to 0.9 is Good value for R<sup>2</sup>)
- Large R<sup>2</sup> indicates a Better Fit (The Model can Explain the Variation of Predictions with Actual in much Better Way)
- R<sup>2</sup> = 1 corresponds to SSR = 0 (**Perfect Fit**)
- Low R<sup>2</sup> causes **Underfitting**
- High R<sup>2</sup> resultss into **Overfitting**
### Residuals
- Actual - Prediction
## Linear Regression
**Learning** a Linear Regression Model means Estimating the Values of the **Coefficient**
**Predict** the Value of a **Feature** based on the Value of Another Feature.
1. Simple Linear Regression
2. Multiple Linear Regression
3. Polynomial Linear Regression
4. Advanced Linear Regression
没有合适的资源?快使用搜索试试~ 我知道了~
Scikit-Learn:使用Python进行预测数据分析的机器学习库
共6个文件
ipynb:4个
md:2个
需积分: 50 9 下载量 64 浏览量
2021-02-14
16:20:53
上传
评论
收藏 9KB ZIP 举报
温馨提示
Scikit学习 使用Python进行预测数据分析的机器学习库 Y = X * B1 + B0 系数 B1:坡度 渐变| 陡度线| 线方向| 重量 B0:拦截 偏差| 常数| 回归线与Y轴相交的位置(当X = 0时Y的值) R 2 :测定系数 模型捕获的数据的方差(0.7到0.9是R 2的好值) 大的R 2表示较好的拟合度(模型可以用更好的方法解释预测值与实际值的差异) R 2 = 1对应于SSR = 0(完美拟合) R 2低会导致拟合不足 高R 2导致过度拟合 残差 实际-预测 线性回归 学习一个线性回归模型来估计系数的值 根据另一个要素的值预测要素的值。 简单线性回归 多元线性回归 多项式线性回归 高级线性回归
资源推荐
资源详情
资源评论
收起资源包目录
Scikit-Learn-main.zip (6个子文件)
Scikit-Learn-main
README.md 1KB
Linear Regression
Advanced Linear Regression.ipynb 7KB
Simple Linear Regression.ipynb 6KB
Multiple Linear Regression.ipynb 4KB
Linear Regression.md 4KB
Polynomial Regression.ipynb 5KB
共 6 条
- 1
资源评论
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功