Metadata-Version: 2.1
Name: bcselector
Version: 0.0.15
Summary: Python package to help you in variable selection.
Home-page: https://github.com/Kaketo/bcselector
Author: Tomasz Klonecki
Author-email: tomasz.klonecki@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: numpy (>=1.18.1)
Requires-Dist: matplotlib (>=3.2.1)
Requires-Dist: pandas (>=1.0.3)
Requires-Dist: scikit-learn (>=0.20.1)

.. image:: https://raw.githubusercontent.com/Kaketo/bcselector/master/docs/img/logo.png
  :width: 200

.. image:: https://img.shields.io/badge/python-3.7-blue.svg
    :target: http://badge.fury.io/py/Paralytics
.. image:: https://badge.fury.io/py/bcselector.svg
    :target: https://badge.fury.io/py/bcselector
.. image:: https://travis-ci.com/Kaketo/bcselector.svg?branch=master
    :target: https://travis-ci.com/Kaketo/bcselector
.. image:: https://codecov.io/gh/Kaketo/bcselector/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/Kaketo/bcselector
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
  :target: https://opensource.org/licenses/MIT

What is it?
-----------
**bcselector (Budget-Cost-Selector)** it's a Python package to analyze budget-cost based variable selection in Python.

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

bcselector can be installed from [PyPI](https://pypi.org/project/bcselector): ::

    pip install bcselector

