Metadata-Version: 2.1
Name: ml-express
Version: 0.1.1
Summary: A Python library for day to day data analysis and machine learning.
Home-page: https://github.com/ved93/ml-express
Author: Ved
Author-email: vpved93@gmail.com
License: License :: OSI Approved :: MIT License
Description: # ml_express
        
        A Python library for day to day data analysis and machine learning.
        This aims to make data building, cleaning and machine learning much much faster.
        
        ^This is beta release. Some functionality might break. 
        
        ## Installation
        
        pip install ml-express
        
        ## Usage
        
        ```python
        import ml_express as mlx
        from ml_express import eda
        
        # this will create an html report and report will be saved in report folder in working directory
        eda.create_summary_report(df)
        
        ```
        
        
        ## Contributing
        Contributions are very welcome. Please feel free to submit PR. 
        
        
        ## License
        Distributed under the terms of the MIT license, "ml-express" is free and open source software
        
        ## Issues
        If you encounter any problems, please file an issue along with a detailed description.
Platform: UNKNOWN
Description-Content-Type: text/markdown
