Metadata-Version: 2.1
Name: calf_milp
Version: 0.0.15
Summary: A classifier that endeavors to solve the saddle point problem for AUC maximization.
Home-page: https://github.com/hrolfrc/calf-milp
Download-URL: https://github.com/hrolfrc/calf-milp
Maintainer: Carlson Research, LLC
Maintainer-email: hrolfrc@gmail.com
License: new BSD
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Provides-Extra: tests
Provides-Extra: docs
License-File: LICENSE

.. -*- mode: rst -*-

|CircleCI|_ |ReadTheDocs|_

.. |CircleCI| image:: https://circleci.com/gh/hrolfrc/calf-milp.svg?style=shield
.. _CircleCI: https://circleci.com/gh/hrolfrc/calf-milp

.. |ReadTheDocs| image:: https://readthedocs.org/projects/calf-milp/badge/?version=latest
.. _ReadTheDocs: https://calf-milp.readthedocs.io/en/latest/?badge=latest

CalfMilp
===========

CalfMilp is a binomial classifier that implements a course approximation linear function by mixed integer linear programming.

Contact
------------------
Rolf Carlson hrolfrc@gmail.com

Install
------------------
Use pip to install calf-milp.

``pip install calf-milp``

Introduction
------------------
CalfMilp provides classification and prediction for two classes, the binomial case.  Small problems are supported.  This is research code and a work in progress.

CalfMilp is designed for use with scikit-learn_ pipelines and composite estimators.

.. _scikit-learn: https://scikit-learn.org
