Skip to content

Commit

Permalink
GITBOOK-173: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
devinschumacher authored and gitbook-bot committed Nov 27, 2023
1 parent 013c726 commit 82d75b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/principal-component-regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Examples & Code

Principal Component Regression (PCR) is a **dimensionality reduction** technique that combines **Principal Component Analysis (PCA)** and regression. It first extracts the principal components of the predictors and then performs a linear regression on these components. PCR is a **supervised learning** method that can be used to improve the performance of regression models by reducing the number of predictors and removing multicollinearity.

{% embed url="https://youtu.be/4G4SaP5F660?si=4MrHoo6QahJxWgij" %}
{% embed url="https://youtu.be/iZFvkHuwd0I?si=cxcybnYELoIozvgN" %}

## Principal Component Regression: Introduction

Expand Down

0 comments on commit 82d75b8

Please sign in to comment.