Skip to content

iemejia/data-science

 
 

Repository files navigation

Titanic Notebook

This notebook uses machine learning algorithms to get the best accuracy of predictions for who survived the sinking of the Titanic given the attributes in the dataset.

Setup

  • Install Anaconda
  • Set the channel priority to strict to avoid issues with the environment creation taking forever.
    • conda config --set channel_priority strict
  • Run the following commands (in either the terminal or an Anaconda Prompt):
    • conda env create -f environment.yml
    • conda activate golden_scenario_env
  • In VS Code, open the Titanic.ipynb file and connect to the golden_scenario_env kernel

Also if you want to support PDF export from jupyter you need to setup LaTeX:

sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-plain-generic

Dev Containers

You can also run the notebooks inside dev containers:

  • Open in Visual Studio Code
  • Open in Github Codespaces

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%