gsganden / model_inspector

A uniform interface to a curated set of methods for inspecting machine learning models
https://gsganden.github.io/model_inspector/
Apache License 2.0
4 stars 0 forks source link

Show an example with a train/test split #41

Closed gsganden closed 1 year ago

gsganden commented 1 year ago

Typically you would do a train/test split before fitting a model and give an inspector the test set, but I think in all of the examples we fit on everything and give the inspector everything. We should do it properly at least in index.ipynb to avoid confusion.