summaryrefslogtreecommitdiff
path: root/SI/Resource/Data Science/Machine Learning/Contents/Regression.md
blob: 8e2a1df6521fc91cab16eb8b1f9be9669ed28a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
id: 2023-12-17
aliases: December 17, 2023
tags:
- link-note
- Data-Science
- Machine-Learning
- Regression
---

# Regression

Regression is a statistical method used in data analysis that models the relationship between a dependent variable and one or more independent variables. The main goal of regression is to predict the value of the dependent variable based on the values of the independent variables. It's widely used in various fields like economics, finance, biology, engineering, and more, for forecasting, estimating, and identifying relationships among variables.

1. Input: Continuous (float), Discrete (categorical), etc.
2. Output: Continuous (float)
3. Model types: a function (e.g., $y = w_1x + w_0$)