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
make a table to make scatterplots... maybe for plot.ly excelOut: full path to an excel output location for scatter data external_xref: list of tuples containing (attribute name, function to map row index -> an attribute)
Bases: flotilla.compute.predict.Regressor, flotilla.visualize.predict.PredictorBaseViz