Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rushter/heamy

A set of useful tools for competitive data science.
https://github.com/rushter/heamy

data-science machine-learning stacking

Last synced: about 1 month ago
JSON representation

A set of useful tools for competitive data science.

Awesome Lists containing this project

README

        

=====
heamy
=====

.. image:: https://img.shields.io/pypi/v/heamy.svg
:target: https://pypi.python.org/pypi/heamy

.. image:: https://img.shields.io/travis/rushter/heamy.svg
:target: https://travis-ci.org/rushter/heamy

.. image:: https://coveralls.io/repos/github/rushter/heamy/badge.svg?branch=master
:target: https://coveralls.io/github/rushter/heamy?branch=master

A set of useful tools for competitive data science.

Installation
------------

To install Heamy, simply:

.. code:: bash

$ pip install -U heamy

Features
--------
* Automatic caching (data preprocessing, predictions from models)
* Ensemble learning (stacking, blending, weighted average, etc.).

Links
-----

* API reference: http://heamy.readthedocs.io/en/latest/
* Examples: https://github.com/rushter/heamy/tree/master/examples
* Ensemble learning guide http://mlwave.com/kaggle-ensembling-guide/