Relation

Linear models: Pros and Cons

Pros:

• Simple and easy to train.

• Fast prediction.

• Scales well to very large datasets.

• Works well with sparse data.

• Reasons for prediction are relatively easy to interpret.

Cons:

• For lower-dimensional data, other models may have superior generalization performance.

• For classification, data may not be linearly separable (more on this in SVMs with non-linear kernels)

0

3

Updated 2020-09-07

Tags

Data Science