Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 609 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 609 Bytes

About

This is an example of using the Spark-ml library to solve the Titanic challenge on Kaggle.

I obtained a public score of 0.79426 on Kaggle with the current setup.

Using Zeppelin

You can start Zeppelin with docker-compose to explore the data with a titanic notebook already created.

docker-compose up -d

References: