Metadata-Version: 1.2
Name: ml-research-toolkit
Version: 0.0.1
Summary: toolkits for machine learning, python package
Home-page: https://github.com/andriygav/MLResearchToolkit
Author: Andrey Grabovoy
Author-email: grabovoy.av@phystech.edu
License: MIT
Description: *******************
        ML Research Toolkit
        *******************
        
        |test| |codecov| |docs| |readthedocs|
        
        .. |test| image:: https://github.com/andriygav/MLResearchToolkit/workflows/test/badge.svg
            :target: https://github.com/andriygav/MLResearchToolkit/tree/master
            :alt: Test status
            
        .. |codecov| image:: https://img.shields.io/codecov/c/github/andriygav/MLResearchToolkit/master
            :target: https://github.com/andriygav/MLResearchToolkit/tree/master
            :alt: Test coverage
        
        .. |docs| image:: https://github.com/andriygav/MLResearchToolkit/workflows/docs/badge.svg
            :target: https://andriygav.github.io/MLResearchToolkit/
            :alt: Build status
            
        .. |readthedocs| image:: https://img.shields.io/readthedocs/mlresearchtoolkit/latest?label=readthedocs
            :target: https://mlresearchtoolkit.readthedocs.io/en/latest/
            :alt: ReadTheDocs
        
        Basic information
        =================
        
        This package provides some utilities for training machine learning models. In particular, it provides a package for sending messages to popular instant messengers.
        
        Notifications
        -------------
        
        It provides a package for simple message sending to messengers during model training.
        
        The following messengers are currently supported:
          - Telegram
        
        Requirements and Installation
        =============================
        A simple instruction of installation using pip is provided near the `source code <https://github.com/andriygav/MLResearchToolkit/tree/master/src>`_.
        
        More information about installation can be found in documentation `installation <https://andriygav.github.io/MLResearchToolkit/installation.html>`_ page.
        
        Example of use
        ==============
        A simple examples of module usage can be found in documentation `example <https://andriygav.github.io/MLResearchToolkit/example.html>`_ page.
        
        
Platform: UNKNOWN
Requires-Python: ==3.*
