Limitations of Regression in Machine Learning

0 votes
what happens when you want to do regression on a huge dataset? The kernel trick is extremely computationally expensive while the linear regression models are too simplistic as real data is seldom linear
Feb 28, 2022 in Machine Learning by Dev
• 6,000 points
431 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
0 votes
Linear regression makes assumptions that dependent variable is linearly related to independent variable.The residual value can give an account of non-linearity present in the data.Linear regression is sensitive to the outliers and takes into account mean of the dependent variable.
We use Regression analysis based on the following reasons:
It is simple and fast, gives a good basic understanding of the data.
It finds applications in real-time systems and statistical analysis.
Serves as a baseline model , before using any computationally heavy model and architecture.
Often it is helpful to test certain assumptions like linearity among variables.
answered Feb 28, 2022 by Nandini
• 5,480 points

edited Mar 5

Related Questions In Machine Learning

0 votes
1 answer
0 votes
1 answer

Difference between Regression and classification in Machine Learning?

The goal of regression is to forecast ...READ MORE

answered Mar 4, 2022 in Machine Learning by Dev
• 6,000 points
967 views
0 votes
1 answer
0 votes
1 answer

Real world applications of Machine Learning

Few real-world applications of machine learning are  Have ...READ MORE

answered May 10, 2019 in Machine Learning by Jinu
923 views
0 votes
1 answer

What is the process involved in machine Learning?

Discussing this on a high level, these ...READ MORE

answered May 10, 2019 in Machine Learning by Rhea
1,599 views
0 votes
1 answer

What is clustering in Machine Learning?

Clustering is a type of unsupervised learning ...READ MORE

answered May 10, 2019 in Machine Learning by Shridhar
1,248 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,649 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP