Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

ValerieLBoss/TitanicPython

 
 

Repository files navigation

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

  • InstallAnaconda
  • 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 golden_scenario_env.yml
    • conda activate golden_scenario_env
    • conda install python=3.7
  • In VS Code, open theTitanic.ipynb file and connect to the golden_scenario_env kernel

You need to setup the environment as anipykernel to use it from the Jupyter notebook. To do it run inside of the conda activated environment:

python -m ipykernel install --user --name golden_scenario_env --display-name "Golden Scenario Env"

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook99.9%
  • Python0.1%

[8]ページ先頭

©2009-2025 Movatter.jp