Problem_10: Perform Principal Component Analysis (PCA) on a dataset using Scikit-learn

Veröffentlicht am: 01 Januar 1970
auf dem Kanal: Upgrade2python
68
0

"Welcome to Upgrade2Python, your go-to channel for mastering Python programming! Whether you're a beginner taking your first steps into the world of coding or an experienced programmer looking to level up your skills, Upgrade2Python is here to help you succeed.

Instagram ID :   / upgrade2python  
Github ID : https://github.com/Jagadeesh-Surendran

Join us as we explore the ins and outs of Python, from basic syntax to advanced techniques. Our tutorials are designed to be clear, concise, and easy to follow, making learning Python fun and accessible for everyone.

Stay tuned for regular updates and new content designed to help you upgrade your Python skills and reach your programming goals. Subscribe now and let's upgrade to Python together!"

Github Link: https://github.com/Jagadeesh-Surendra...)

-------------------------------------------------------------------------------------------------------------------------
Problem_10:
Perform Principal Component Analysis (PCA) on a dataset using
Scikit-learn

#pythoncode :

from sklearn.datasets import load_iris
from sklearn.decomposition import PCA
import pandas as pd

Load dataset
iris = load_iris()
X = iris.data

Perform PCA
pca = PCA(n_components=2)
principalComponents = pca.fit_transform(X)
df = pd.DataFrame(data=principalComponents, columns=['principal component 1', 'principal component 2'])

print(df.head())



Explanation: This code performs PCA on the Iris dataset, reducing its dimensionality to 2 components.


#sample_output

principal component 1 principal component 2
0 -2.684207 0.326607
1 -2.715391 -0.169557
2 -2.889820 -0.137346
3 -2.746437 -0.311124
4 -2.728593 0.333925


-------------------------------------------------------------------------------------------------------------------------




#ML #machine #machinelearning
#samsung #shorts #reels #india #usa #unitedstates #function #facebookreels #youtubeshorts #youtube #youtubevideo #reel
#google #googleinterview #googleplay #microsoft #microsoftinterview
#jpmorgan #jp #python #Upgrade2Python #upgrade2python #facebook #facebookreels #upgrade2python #facebookreels #pythontutorial #u2p

#education #school #learning #englishonline #english #ielts #study #learn #teachers #science #motivation #consciousness #alchemy #grammar #esl #vocabulary #englishteacher #englishlanguage #love #student #knowledge #quotes #universe #cosmos #engineering #businessowners #quoteoftheday #biology #ewaenglish #dicasdeingles

#phrasalwords #instaenglish #vocab #efl #elt #englishhowto #onlineenglish #learnenglishonline #ingilizcekitabi #kitaplar #ydsyokdil #ingilizcedersi #kitap #ingilizceogreniyorum #ingilizcesözler #creativity #physics #art #motivated #business #books #entrepreneur #hustle #startup #success #students #robotics #facts #salahealer9 #ancientknowledge

#follow #instalike #instadaily #followforfollowback #like #followme #like4like #commentforcomment #follow4followback #f4f #likeforlike #igers #likes4like #like4follow #followforfollow #follow4follow #followforlike #follow4like #likes #likeme #instafollow #followback


Auf dieser Seite können Sie das Online-Video Problem_10: Perform Principal Component Analysis (PCA) on a dataset using Scikit-learn mit der Dauer online in guter Qualität ansehen, das der Benutzer Upgrade2python 01 Januar 1970 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 68 Mal angesehen und es wurde von 0 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!