Chapter 3: Exercise 3 "Using Titanic dataset" Solution
Abierto
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 30k
- Forks
- 13.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
'Survived' should be dropped before fitting the model, therefore adding:
`train_data = train_data.drop('Survived', axis=1)` or
`train_data.drop('Survived', axis=1, inplace=True)`
before Pipeline transformations.
This would be very helpful for newbies.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.