This module features classes related to an assay v2 result that help with analysis and visualization for an interactive run.
This class implements the IAssayAnalysis interface that offers a number of methods for analyzing and visualizing assay results from an interactive run.
Attributes: - raw: The raw MLOpsPreviewResult object. - window_end: The end time of the window. - scores: The scores of the window. - summaries: The summaries of the window.
Initializes the PreviewResult object.
Create a chart showing the bins, values and scores of a preview result.
show_scores
will also label each bin with its final weighted (if specified) score.
Compare basic stats between baseline and window.
A dataframe including stats, start and end times for the window against the baseline.
This class implements the IAssayAnalysisList interface that offers a number of methods for analyzing and visualizing a list of assay results from an interactive run.
Attributes: - parent_assay: The AssayV2 object that this result belongs to.
Initializes the PreviewResultList object.
Create a basic chart of the scores for each unique iopath of a PreviewResultList.
Create a chart of the scores from a dataframe representation of a PreviewResultList.
Convert a PreviewResultList to a dataframe.
A dataframe representation of the list of preview results.
Convert a PreviewResultList to a full dataframe.
A dataframe representation of the list of preview results.