Metadata-Version: 2.1
Name: ZenitAI
Version: 0.5.2
Summary: Tools for ML
Home-page: https://github.com/CEM3H/zenit-ai
Author: Stepan Kadochnikov
Author-email: dadochnikov.sv@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/CEM3H/zenit-ai/issues
Description: # ZenitAI
        ## Description
        ZenitAI is a Python library focused on providing convenient tools for machine learning tasks. For now the library is focused on binary classification tasks.
        
        ## What's inside
        **The main component of the library:**
        A tool for conducting WOE-analysis in classification tasks on tabular data.
        
        It is a highly customizable class facilitating data transormation with almost no effort. Class uses standard `sklearn`-like interface for transformation
        
        **Library also includes:**
        1. some wrapper functionss allowing avoiding a considerable amount of boilerplate needed with working with `skikit-learn`.
        2. a tool for managing multiple launches of machine-learning models (in early development stage)
        
        # Installation
        ```pip install git+https://github.com/CEM3H/zenit-ai.git```
        # Documentation
        :TBD:
        # Quickstart
        :TBD:
        
        # Examples
        :TBD:
        
        # Limitations
        :TBD:
        
        # TODO list
        TODO:
        - добавить метод to_pickle
        - добавить логирование ошибок при обучении
        - добавить возможность активации tqdm
        - добавить юзкейсы в docstring WoeTransformera
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
