A machine learning notebook on how predict which passengers survived the Titanic shipwreck
The notebook uses Python 3.8.6
The notebook uses Pipenv for dependency management, which can be installed by running
pip install pipenvThere are several other ways to install Pipenv. Please follow the official guide to see all possible options.
When inside the project directory, the dependencies can be installed by running
pipenv installAlternatively, you can install them manually by running
pip install pandas scikit-learn matplotlib seaborn jupyterlabThe notebook can be launched either by running
pipenv run labor
jupyter lab src/main.ipynbdepending on how dependencies were installed.