Challenge
Tâche
Swipe to start coding
The task is to process the dataset and create a principal component analysis model with 3 components.
- Load the
train.csv(from web) dataset. - Drop the
'Id'column. - Drop columns that contain
NaNvalues. - Standardize the dataset.
- Create a PCA model with 3 components for the dataset.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 4
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Génial!
Completion taux amélioré à 5.26
Challenge
Glissez pour afficher le menu
Tâche
Swipe to start coding
The task is to process the dataset and create a principal component analysis model with 3 components.
- Load the
train.csv(from web) dataset. - Drop the
'Id'column. - Drop columns that contain
NaNvalues. - Standardize the dataset.
- Create a PCA model with 3 components for the dataset.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 4
single