The Spaceship Titanic was an interstellar passenger liner launched a month ago. With almost 13,000 passengers on board, the vessel set out on its maiden voyage transporting emigrants from our solar system to three newly habitable exoplanets orbiting nearby stars.
The aim of our work is to predict which passengers are transported to an alternate dimension, I will try to find main points which contributes to the risk of being transported to the alternative dimension while traveling with Spaceship Titanic.
To install all necessary libraries use - pip install -r requirements.txt
Install Docker and Java
Build Docker image -
docker build -t spaceship-titanic-app .
Run container -
docker run -p 5000:5000 spaceship-titanic-app
Main page -
http://localhost:5000
For predictions run -
python predict.py
Predictions will be saved in save folder where test.csv was placed -
data/api_predictions.csv
To check running containers -
docker ps
To stop docker container -
docker stop 'container_id'
Dataset can be downloaded from Kaggle.
This project is licensed under the MIT License - see the LICENSE file for details.