API Reference#
The AnchorList component class file, these manage a model's current set of anchors. |
|
The parent anchor class and a few anchor types. |
|
Data management class, this is another visual component, but also manages all of the sample data and so on for the model. |
|
Panel/holoviz code for a histogram distribution of predicted values. |
|
Component to view the prediction distributions via histograms. |
|
Class for interface to view and interact with a single sample/instance point. |
|
The model class, this handles both the machine learning model, as well as contains an associated anchorlist, datamanager, and view. |
|
Class for a better (specific) table for the datamanager class than tabulator. |
|
Utility functions that are needed in multiple places. |
|
Module for the view code that manages interactions between ipyanchorviz/various widgets and the rest of the model gui components. |