Challenge
Tarea
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
NaN
values. - Standardize the dataset.
- Create a PCA model with 3 components for the dataset.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 4
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Suggested prompts:
Resumir este capítulo
Explicar el código en file
Explicar por qué file no resuelve la tarea
Awesome!
Completion rate improved to 5.26
Challenge
Desliza para mostrar el menú
Tarea
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
NaN
values. - Standardize the dataset.
- Create a PCA model with 3 components for the dataset.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Awesome!
Completion rate improved to 5.26Sección 3. Capítulo 4
single