Skip to content

Titanic Survival Predictor web app using simple Gaussian Naive Bayes model

Notifications You must be signed in to change notification settings

wesdelp/titanic-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

titanic-web-app

Run Server

python3 app.py

Endpoint

http://localhost:3000/predict?&sex={SEX[m,f]}&age={AGE}&fare={FARE}

Docker

docker build -t predict .
docker run -it -p 3000:3000 --rm --name predict predict

Classes/Prices

Based on your fare it will assume one of the following classes:

  • 1st Class Fare - 3500 USD
  • 2nd Class Fare - 1375 USD
  • 3rd Class Fare - 500 USD

About

Titanic Survival Predictor web app using simple Gaussian Naive Bayes model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published