Skip to main content

Inspect machine learning models

Project description

Model Inspector

Inspect machine learning models

See the docs, especially for the inspect module, for API details and examples.

The most similar alternative to model_inspector that I am aware of is yellowbrick. Both are machine learning visualization libraries that work well with scikit-learn.

yellowbrick is designed around Visualizer objects. Each Visualizer corresponds to a single type of visualization. They have a similar interface to scikit-learn transformers and estimators.

model_inspector takes a different approach. It is designed around Inspector objects that bundle together a scikit-learn model, an X feature DataFrame, and a y target Series. The Inspector object does the work of identifying appropriate visualization types for the specific model and dataset in question and exposing corresponding methods, making it easy to visualize a given model for a given dataset in a variety of ways.

Install

pip install model_inspector

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

model_inspector-0.25.4.tar.gz (22.4 kB view hashes)

Uploaded Source

Built Distribution

model_inspector-0.25.4-py3-none-any.whl (21.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page