python/FeatureLabs/henchman/henchman/__init__.py

__init__.py
# -*- coding: utf-8 -*-

'''Top-level package for Henchman.
Has the following modules:
        diagnostics
        learning
        selection
        plotting
Package is under active development.
'''

__author__ = '''Feature Labs Team'''
__email__ = '[email protected]'
__version__ = '0.0.4'