Metadata-Version: 2.1
Name: model_inspector
Version: 0.17.6
Summary: Inspect machine learning models
Home-page: https://github.com/gsganden/model_inspector/tree/master/
Author: Greg Gandenberger
Author-email: gsganden@gmail.com
License: Apache Software License 2.0
Description: # Model Inspector
        > Inspect machine learning models
        
        
        I developed this library primarily for generating model visualizations that I can use in teaching machine learning. I'd love for it to grow into a deeper library that is useful for practitioners as well.
        
        See the [docs](https://gsganden.github.io/model_inspector/), especially for the [inspect module](https://gsganden.github.io/model_inspector/inspect.html), for API details and examples.
        
        ## Install
        
        `pip install model_inspector`
        
Keywords: machine-learning
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
