Metadata-Version: 2.1
Name: abacus-tpot
Version: 0.9
Summary: TPOT's analysis library
Home-page: https://github.com/workforce-data-initiative/abacus-tpot
Author: Stanley Ndagi, Tom Plagge
Author-email: stanley@brighthive.io, tom@brighthive.io
License: Apache 2.0
Download-URL: https://github.com/workforce-data-initiative/abacus-tpot/archive/0.9.tar.gz
Keywords: analysis,data,tpot,library
Platform: UNKNOWN

abacus-tpot
===========

Analysis Library

|License| |Python 3| |Updates| |CircleCI| |Coverage Status|
|Maintainability|

Installation
~~~~~~~~~~~~

Create a Python virtual environment then run:

.. code:: bash

    pip install abacus-tpot

Development
~~~~~~~~~~~

This project has a ``.editorconfig`` file to help contributors define
and maintain consistent coding styles between different editors and
IDEs.

We are using CircleCI for continuous integration.

Found a bug or want to propose something to the team? Create a new issue
if it is not listed `here`_. Even better, feel free to fork this repo,
make the changes and raise a PR. We’ll be more than happy to review it.

Testing
~~~~~~~

Run:

.. code:: bash

    python setup.py test

Docs
~~~~

Going through `this jupyter notebook`_ will give you a sense of what the
abacus packs in.

.. _here: https://github.com/workforce-data-initiative/tpot-abacus/issues
.. _this jupyter notebook: https://github.com/workforce-data-initiative/tpot-abacus/blob/develop/abacus.ipynb

.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
   :target: https://opensource.org/licenses/Apache-2.0
.. |Python 3| image:: https://pyup.io/repos/github/workforce-data-initiative/tpot-abacus/python-3-shield.svg
   :target: https://pyup.io/repos/github/workforce-data-initiative/tpot-abacus/
.. |Updates| image:: https://pyup.io/repos/github/workforce-data-initiative/tpot-abacus/shield.svg
   :target: https://pyup.io/repos/github/workforce-data-initiative/tpot-abacus/
.. |CircleCI| image:: https://circleci.com/gh/workforce-data-initiative/tpot-abacus.svg?style=svg
   :target: https://circleci.com/gh/workforce-data-initiative/tpot-abacus
.. |Coverage Status| image:: https://coveralls.io/repos/github/workforce-data-initiative/abacus-tpot/badge.svg
   :target: https://coveralls.io/github/workforce-data-initiative/tpot-abacus
.. |Maintainability| image:: https://api.codeclimate.com/v1/badges/c5a146f4dd1f46bf2eaa/maintainability
   :target: https://codeclimate.com/github/workforce-data-initiative/abacus-tpot/maintainability


