Metadata-Version: 1.1
Name: costcla
Version: 0.02-git
Summary: costcla is a Python module for cost-sensitive machine learning (classification) 
Home-page: https://github.com/albahnsen/CostSensitiveClassification
Author: Alejandro CORREA BAHNSEN
Author-email: al.bahnsen@gmail.com
License: new BSD
Description: CostSensitiveClassification
        ===========================
        
        costcla is a Python module for cost-sensitive machine learning (classification)
        built on top of `Scikit-Learn <http://scikit-learn.org/stable/>`__, `SciPy <http://www.scipy.org/>`__
        and distributed under the 3-Clause BSD license.
        
        In particular, it provides:
        
        1. A set of example-dependent cost-sensitive algorithms
        2. Different reald-world example-dependent cost-sensitive datasets.
        
        The project is part of the PhD research of `Alejandro Correa Bahnsen <http://albahnsen.com>`__.
        
        Installation
        ============
        
        You can install ``costcla`` with ``pip``::
        
            # pip install costcla
        
Keywords: machine learning,classification,cost-sensitive
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
