animator / learn-python

📖🐍 Free & Open Source book to master Python 3. Also available: PDF & Web Interface.
https://animator.github.io/learn-python/
Creative Commons Attribution Share Alike 4.0 International
324 stars 213 forks source link

Add content in Data Science & Machine Learning: PCA #1303

Closed DivyanshiSingh00 closed 6 days ago

DivyanshiSingh00 commented 6 days ago

I would like to add the topic Principal Component Analysis(PCA) in the Data Science & Machine Learning part of this project. One of the most important topics in ML and Data Science. PCA is a dimensionality reduction method that is often used to reduce the dimensionality of large data sets, by transforming a large set of variables into a smaller one that still contains most of the information in the large set. Please let me add this topic into the project.