class documentation
Implementation of graphics methods for FeatureSelector module logs
| Method | __init__ |
Undocumented |
| Method | |
plot C searching dynamic and C-optimal value. Available after get_optimal_C() procedure |
| Method | feature |
plot feature selection dynamic for to assess convergence. Available after fit FeatureSelector |
| Method | feature |
plot feature selection weight dynamic for all- and best-feature comparison. Available after fit FeatureSelector |
| Method | feature |
plot feature weight distribution histogram and cut_off_w_feature level. Available after fit FeatureSelector |
| Method | plot |
plot all graphs on one figure |
| Method | |
plot ROC-AUC distribution histogram. Available after fit FeatureSelector |
| Method | weights |
plot cut_off_w_feature searching dynamic and C-optimal value. Available after _get_optimal_cut_off_level() procedure |
| Instance Variable | fs |
fitted FeatureSelector model |
| Instance Variable | one |
first color |
| Instance Variable | third |
third color |
| Instance Variable | two |
second color |
def __init__(self, fs_model, color=[ ( 18 / 255, 163 / 255, 173 / 255, 1), ( 200 / 255, 13 / 255, 63 / 255, 1), ( 248 / 255, 155 / 255, 54 / 255, 1), ( 242 / 255, 104 / 255, 73 / 255, 1), ( 65 / 255, 100 / 255, 175 / 255, 1)]):
¶
Undocumented
plot feature selection weight dynamic for all- and best-feature comparison. Available after fit FeatureSelector
plot feature weight distribution histogram and cut_off_w_feature level. Available after fit FeatureSelector
def plot_all(self, fontsize=20, labels=[ 'a.', 'b.', 'c.', 'd.', 'e.', 'f.'], left=0.1, right=0.9, top=0.9, bottom=0.1, hspace=0.3, wspace=0.4):
¶
plot all graphs on one figure