nasjp / kaggle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

setup

asdf install
python -m pip install -r requirements.txt

init competition

./competition.bash titanic

directory structure

kaggle
├── input
│   └── titanic
│       ├── gender_submission.csv
│       ├── test.csv
│       └── train.csv
├── lib
│   └── kaggle
│       └── gcp.py
└── working
    └── titanic.ipynb

dependencies

  • cmake
  • libomp
brew install cmake libomp

About


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%Language:Shell 0.0%