Login
From:
scikit-learn
(Uncensored)
subscribe
Pipelining: chaining a PCA and a logistic regression — scikit-learn 1.7.1 documentation
https://scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
links
backlinks
Roast topics
Find topics
Find it!
The PCA does an unsupervised dimensionality reduction, while the logistic regression does the prediction. We use a GridSearchCV to set the dimensionality of the PCA, Total running time of the scrip...