Metadata-Version: 1.0
Name: skprofiling
Version: 0.1
Summary: Profiling of machine learning models based on scikit-learning interface
Home-page: https://github.com/tiagohcalves/scikit-profiling
Author: Tiago Alves
Author-email: tiagohcalves@gmail.com
License: MIT
Description: # scikit-profiling
        Profiling of machine learning models based on scikit-learning interface
        
        ## Installation
        
        You can install DataPipeML directly from PyPI:
        
        `pip install skprofiling`
        
        Or from source:
        
        ```
        git clone https://github.com/tiagohcalves/scikit-profiling
        cd datapipe
        pip install .
        ```
        
Keywords: pandas machine learning profiling model
Platform: UNKNOWN
