Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Machine learning›Principal Components Regression (PCR)
Machine learning

Principal Components Regression (PCR)

Also known as: PCR, PCA regression, temel bileşenler regresyonu

Principal components regression first compresses a set of correlated predictors into a few principal components — the directions of greatest variance — and then regresses the response on those components. By discarding low-variance directions, PCR stabilizes estimation in the presence of multicollinearity and high dimensionality, at the cost of choosing components without reference to the response.

ScholarGate
  1. Machine learning
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Principal Components Regression
Multiple Linear Regressi…Partial Least SquaresRidge Regression

When to use it

Use PCR when predictors are highly collinear or numerous and you want a simple, stable model built on a few interpretable directions of variation. It is closely related to ridge regression (both shrink along low-variance directions, ridge smoothly and PCR by hard truncation) and is a natural baseline alongside PLS. Its defining limitation is that component selection is unsupervised: if the response is driven by a low-variance direction of the predictors, PCR may discard exactly the signal you need, in which case PLS — which forms components using the response — is preferable. Like all PCA-based methods it is scale-sensitive, so predictors should be standardized first.

Strengths & limitations

Strengths
  • Stabilizes regression under severe multicollinearity by using orthogonal components.
  • Reduces dimensionality, helping when predictors are many relative to observations.
  • Builds on well-understood PCA, with interpretable variance-explained diagnostics.
  • Closely connected to ridge regression, providing a clear conceptual anchor.
Limitations
  • Component selection ignores the response, so predictive low-variance directions can be discarded.
  • Often needs more components than PLS to achieve the same accuracy.
  • Scale-sensitive; predictors must be standardized before PCA.
  • Principal components can be hard to interpret substantively.

Frequently asked

How does PCR differ from PLS?

PCR selects components by predictor variance alone (unsupervised) and then regresses on them; PLS selects components to maximize covariance with the response (supervised). Consequently PCR can discard low-variance directions that predict the response well, whereas PLS keeps response-relevant directions and usually needs fewer components.

How is PCR related to ridge regression?

Both counter multicollinearity by down-weighting low-variance directions of the predictors. PCR does this abruptly — it keeps the top components and drops the rest — while ridge regression shrinks all directions smoothly, more for low-variance ones. Ridge often performs slightly better because it does not discard information entirely.

How many components should I keep?

Choose the number of principal components by cross-validation, picking the count that minimizes cross-validated prediction error. Keeping too few omits useful variation; keeping too many reintroduces the instability PCR was meant to avoid.

Sources

  1. Jolliffe, I. T. (1982). A note on the use of principal components in regression. Journal of the Royal Statistical Society: Series C (Applied Statistics), 31(3), 300–303. DOI: 10.2307/2348005 ↗
  2. Hastie, T., Tibshirani, R., & Friedman, J. (2009). The Elements of Statistical Learning (2nd ed.). Springer. ISBN: 978-0-387-84857-0

How to cite this page

ScholarGate. (2026, June 2). Principal Components Regression (PCR). ScholarGate. https://scholargate.app/en/machine-learning/principal-components-regression

Related methods

Multiple Linear RegressionPartial Least SquaresRidge Regression

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Multiple Linear RegressionStatistics↔ compare
  • Partial Least SquaresMachine learning↔ compare
  • Ridge RegressionMachine learning↔ compare
Compare side by side →

Referenced by

Partial Least Squares

Similar methods

Partial Least SquaresPrincipal Component AnalysisRidge RegressionPrincipal Component Risk FactorsPolynomial RegressionMultivariate RegressionLasso RegressionOLS Regression

Related reference concepts

Partial Least Squares RegressionPrincipal Component AnalysisDimension ReductionDimensionality ReductionMultivariate RegressionMultivariate Multiple Regression

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Principal Components Regression (Principal Components Regression (PCR)). Retrieved 2026-07-21 from https://scholargate.app/en/machine-learning/principal-components-regression · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Principal-component regression literature (Jolliffe and others)
Year
1982
Type
Unsupervised dimension reduction + regression
Handles
Collinear predictors, p large
Components
Top principal components of the predictors
Output
Regression on a few PCs, mapped back to predictors
Related methods
Multiple Linear RegressionPartial Least SquaresRidge Regression
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account