API Reference#

icat.anchorlist

The AnchorList component class file, these manage a model's current set of anchors.

icat.anchors

The parent anchor class and a few anchor types.

icat.data

Data management class, this is another visual component, but also manages all of the sample data and so on for the model.

icat.histogram

Panel/holoviz code for a histogram distribution of predicted values.

icat.histograms

Component to view the prediction distributions via histograms.

icat.item

Class for interface to view and interact with a single sample/instance point.

icat.model

The model class, this handles both the machine learning model, as well as contains an associated anchorlist, datamanager, and view.

icat.table

Class for a better (specific) table for the datamanager class than tabulator.

icat.utils

Utility functions that are needed in multiple places.

icat.view

Module for the view code that manages interactions between ipyanchorviz/various widgets and the rest of the model gui components.