<aside>
🟢
What is Linear Regression?
</aside>
Linear regression is a machine learning method to predict numbers (like prices or scores). It fits a straight line to data to show the relationship between input (features) and output (target).
<aside>
🟢
Advantages ⭐️
</aside>
- Works well with linearly separable data.
- Easy to implement and train.
- Handles overfitting with techniques like cross-validation, and regularization.
<aside>
🟢
Disadvantages ⭐️
</aside>
- Sometimes Lot of Feature Engineering Is required
- If the independent features are correlated it may affect performance
- Sensitive to noise
<aside>
🟢
Whether Feature Scaling is required? ⭐️
</aside>
Yes