PiroHiroPiro / author_paper_identification_challenge

KDD Cup 2013 - Author-Paper Identification Challenge (Track 1)

Home Page:https://www.kaggle.com/c/kdd-cup-2013-author-paper-identification-challenge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDD Cup 2013 - Author-Paper Identification Challenge

This is a repository that provides a Docker environment that challenges Kaggle's KDD Cup 2013 - Author-Paper Identification Challenge (Track 1).

Requirement

Usage

Run Jupyter notebook:

$ $ docker run -it --name kdd_2013 -p 8888:8888 kdd_2013

Go to http://localhost:8888 and you'll see the notebooks.

Install

Clone repository:

$ git clone https://github.com/PiroHiroPiro/author_paper_identification_challenge.git
$ cd author_paper_identification_challenge

Download dataset from KDD Cup 2013:

Set dataset to source/data

$ cp -r [Download Dir]/* source/data/

Build image:

$ docker build -t kdd_2013 ./author_paper_identification_challenge

Licence

This software is released under the MIT License, see LICENSE.

Author

Hiroyuki Nishizawa

About

KDD Cup 2013 - Author-Paper Identification Challenge (Track 1)

https://www.kaggle.com/c/kdd-cup-2013-author-paper-identification-challenge/

License:MIT License


Languages

Language:Jupyter Notebook 99.2%Language:Dockerfile 0.8%