Table Of Contents

Previous topic

Welcome to ramp’s documentation!

Next topic

DataContext

This Page

Getting started

Installation

Minimum requirements:
  • Numpy
  • Scipy
  • Pandas
  • Scikit-learn
Recommended packages:
  • PyTables (for fast persistence)
  • nltk (for various text features)
  • Gensim (for topic modeling)

Install:

pip install ramp

or:

python setup.py install