skactiveml.visualization#

The skactiveml.visualization module includes various tools for visualization.

Functions#

visualization.plot_utilities

Plot the utility for the given single-annotator query strategy.

visualization.plot_decision_boundary

Plot the decision boundary of the given classifier.

visualization.plot_contour_for_samples

Plot the utility for the given query strategy.

visualization.plot_annotator_utilities

Plot the utility for the given query strategy.

visualization.plot_stream_training_data

Plot the utility for the given query strategy.

visualization.plot_stream_decision_boundary

Plot the decision boundary of the given classifier.

visualization.mesh

Function to get samples of a mesh grid as well as x-mesh and y-mesh with given resolution in the specified bounds.