Skip to content
/ ume Public

[deprecated] personal framework for a data mining competition

License

Notifications You must be signed in to change notification settings

smly/ume

Repository files navigation

Ume

My private framework/toolbox for a data mining task.

This application's main goal is to provide a framework that is able to increase reproducibility and productivity for a data mining competition.

Features

  • Cython bindings for XGBoost and Jsonnet
  • Programmable configuration file defined by Jsonnet
  • Wrapper class for Neural Network

Bootstrapping

Ume requires very strict dependencies, so setting up a new virtual environment for Ume is recommended:

$ pwd
/home/smly/workspace/ume
$ ./bootstrap
(snip)
$ source venv/bin/active
$ which python
/home/smly/workspace/ume/venv/bin/python
$ which pip
/home/smly/workspace/ume/venv/bin/pip
$ pip install https://github.com/smly/ume/archive/v2.0.3.zip
$ source venv/bin/active
$ which ume
/home/smly/workspace/ume/venv/bin/ume

Documentation

I have no plan to describe how to use this product in details. If you are interested in it, plase send me pull request :-)

About

[deprecated] personal framework for a data mining competition

Resources

License

Stars

Watchers

Forks

Packages

No packages published