Example Notebooks
-
This is a simple example using a synthetic tabular dataset and
scikit-learn
-based model to illustrate the main parts of the Cobalt interface. The same example is outlined in the Tutorial. -
Uses Cobalt to explore and debug a transformer-based text classification model from Hugging Face. Requires the
transformers
package to be installed. -
A simple illustration of how Cobalt can help diagnose and understand data drift even in the absence of a model or model performance metrics.
-
This is an example that demonstrates the use of Cobalt to make sense of the ImageNette dataset, and explore its target labels, by making use of embeddings generated by the CLIP model.
This notebook requires the OpenAI
clip
package to be installed, which includestorch
,torchvision
, etc…