Challenge
Tehtävä
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.
 
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 3. Luku 4
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Awesome!
Completion rate improved to 5.26
Challenge
Pyyhkäise näyttääksesi valikon
Tehtävä
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.
 
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 3. Luku 4
single