arne-cl / utils

My utility functions/classes for experiments with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utils

My utility functions/classes for experiments with Python.

Requirements

  • numpy
  • pandas
  • scikit-learn
  • chainer

Setting

$ cd /path/to/hoge
$ git clone https://github.com/norikinishida/utils.git
$ vim ~/.zshrc

Add the following line in your .zshrc (or .bashrc, etc.).

export PYTHONPATH=/path/to/hoge/utils:$PYTHONPATH

About

My utility functions/classes for experiments with Python


Languages

Language:Python 100.0%