Machine Learning Concepts: Regression, Trees, and Neural Networks
Posted by Anonymous and classified in Mathematics
Written on in
English with a size of 10.96 KB
Role of Regression in Exploratory Data Analysis (EDA)
Regression analysis in EDA models the relationship between a dependent variable (Y) and one or more independent variables (X).
- Relationship Visualization: It helps visualize how variables interact. Fitting a line (y= ax + b) through a scatter plot identifies if the relationship is linear or non-linear.
- Correlation Identification: It identifies the nature of the association:
- Positive Correlation: As X increases, Y increases.
- Negative Correlation: As X increases, Y decreases.
- No Correlation: Random distribution of points.
- Prediction: It allows for the prediction of continuous values (e.g., house prices, temperature) based on the established trend line.
- Outlier Detection: Plotting the regression line