Metadata-Version: 2.1
Name: ricebowl
Version: 0.4.6
Summary: This package allows the users to preprocess dataframes and images, plot the data and then use ml models using a single command
Home-page: https://github.com/shivekchhabra/ricebowl
Author: Shivek Chhabra
Author-email: shivekchhabra@gmail.com
License: UNKNOWN
Description: ## What is this package and what does it do?
        This package is meant to ease the lives of the analysts and data scientists by providing generalised functions for preprocessing of dataframes and images which are commonly used in Machine Learning.
        Additionally, using this package, one can also call various machine learning models as base models with customised data, target, and parameters to check how different models are performing.
        
        ### Please check the docs: [ricebowl documentation](https://ricebowl.readthedocs.io/en/latest/#)
        
        ## How to use this package?
        Simply do:
        
        	pip install ricebowl
        
        and import and use after having a look at the documentation
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
