Learn Before
Concept

Pros and Cons of Locally Weighted Linear Regression

Pros:

  1. 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.
  2. It is very flexible and ideal for modeling complex processes for which no theoretical models exist. Cons:
  3. It is with high time complexity.
  4. 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.
  5. It does not produce a regression function that is easily represented by a mathematical formula.

0

1

Updated 2021-02-26

Tags

Data Science