xam Build Status

xam is my personal data science and machine learning toolbox. It is written in Python 3 and stands on the shoulders of giants (mainly pandas and scikit-learn). It loosely follows scikit-learn's fit/transform/predict convention.

Installation

:warning: Because xam is a personal toolkit, the --upgrade flag will install the latest releases of each dependency (scipy, pandas etc.). I like to stay up-to-date with the latest library versions.

Table of contents

Usage example is available in the docs folder. Each example is tested with doctest.

Other Python data science and machine learning toolkits

License

The MIT License (MIT). Please see the license file for more information.