Visualize the result of a classifcation or regression algorithm on the data.
Bases: flotilla.compute.predict.Classifier, flotilla.visualize.predict.PredictorBaseViz
Visualize results from classification
Make Violin Plots for a gene/probe’s value in the sets defined in sets
feature_name - gene/probe id. must be in the index of self._parent.X sets - list of sample ids violinplot_kwargs - extra parameters for violinplot
returns a list of lists with values for feature_name in each set of sets
Bases: flotilla.compute.predict.PredictorBase
A dataset-predictor pair from PredictorDatasetManager
One datset, one predictor, from dataset manager.
Parameters: | predictor_name : str
data_name : str
trait_name : str
X_data : pandas.DataFrame, optional
trait : pandas.Series, optional
predictor_obj : sklearn predictor, optional
predictor_scoring_fun : function, optional
score_cutoff_fun : function, optional
n_features_dependent_kwargs : dict, optional
constant_kwargs : dict, optional
|
---|
Bases: flotilla.compute.predict.Regressor, flotilla.visualize.predict.PredictorBaseViz