Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

PiroHiroPiro/author_paper_identification_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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