Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 2.47 KB

README.rst

File metadata and controls

67 lines (44 loc) · 2.47 KB

bandicoot

Version

MIT License

PyPI downloads

Continuous integration

bandicoot (http://bandicoot.mit.edu) is Python toolbox to analyze mobile phone metadata. It provides a complete, easy-to-use environment for data-scientist to analyze mobile phone metadata. With only a few lines of code, load your datasets, visualize the data, perform analyses, and export the results.

Bandicoot interactive visualization

Where to get it

The source code is currently hosted on Github at https://github.com/yvesalexandre/bandicoot. Binary installers for the latest released version are available at the Python package index:

http://pypi.python.org/pypi/bandicoot/

And via `easy_install`:

easy_install bandicoot

or `pip`:

pip install bandicoot

Dependencies

bandicoot has no dependencies, which allows users to easily compute indicators on a production machine. To run tests and compile the visualization, optional dependencies are needed:

Licence

MIT

Documentation

The official documentation is hosted on http://bandicoot.mit.edu/docs. It includes a quickstart tutorial, a detailed reference for all functions, and guides on how to use and extend bandicoot. You can also check out our interactive training notebooks to learn how to download your own data from your mobile phone and load it into bandicoot to visualize it or to learn how to use bandicoot indicators in scikit-learn.