Metadata-Version: 1.2
Name: bcselector
Version: 0.0.22
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
Description: .. 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
        
        Change log
        ----------
        **0.0.21**
        
        - Add budget parameter to fit function.
        - Small fixes in criterion/filter values return.
        
        **0.0.22**
        
        - Add filter_values to selection loop.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
