Learn Before
Concept
Pros and Cons of Locally Weighted Linear Regression
Pros:
- The process of fitting a model using lwlr(locally weighted linear regression) to the sample data does not begin with the specification of a function. The analyst only has to provide a smoothing parameter value and the degree of the local polynomial.
- It is very flexible and ideal for modeling complex processes for which no theoretical models exist. Cons:
- It is with high time complexity.
- It makes less efficient use of data than other least squares methods. It requires fairly large, densely sampled data sets in order to produce good models.
- It does not produce a regression function that is easily represented by a mathematical formula.
0
1
Updated 2021-02-26
Tags
Data Science