olguzzar / data-science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • Run the following commands (in either the terminal or an Anaconda Prompt):
    • conda env create -f golden_scenario_env.yml
    • conda activate golden_scenario_env
    • conda install python = 3.7
  • In VS Code, open the Titanic.ipynb file and connect to the golden_scenario_env kernel

About


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%