SYMBOL INDEX (16 symbols across 2 files) FILE: 6.scikit-learn/check_environment.py function import_version (line 26) | def import_version(pkg, min_ver, fail_msg=""): FILE: 9.feature-engineering/FeatureSelectorUsage/feature_selector/feature_selector.py class FeatureSelector (line 21) | class FeatureSelector(): method __init__ (line 85) | def __init__(self, data, labels=None): method identify_missing (line 114) | def identify_missing(self, missing_threshold): method identify_single_unique (line 138) | def identify_single_unique(self): method identify_collinear (line 157) | def identify_collinear(self, correlation_threshold, one_hot=False): method identify_zero_importance (line 229) | def identify_zero_importance(self, task, eval_metric=None, method identify_low_importance (line 344) | def identify_low_importance(self, cumulative_importance): method identify_all (line 381) | def identify_all(self, selection_params): method check_removal (line 413) | def check_removal(self, keep_one_hot=True): method remove (line 430) | def remove(self, methods, keep_one_hot = True): method plot_missing (line 512) | def plot_missing(self): method plot_unique (line 528) | def plot_unique(self): method plot_collinear (line 541) | def plot_collinear(self, plot_all = False): method plot_feature_importances (line 590) | def plot_feature_importances(self, plot_n = 15, threshold = None): method reset_plot (line 649) | def reset_plot(self):