SelectFromModel# class sklearn.feature_selection.SelectFromModel(estimator, *, threshold=None, prefit=False, norm_order=1, max_features=None, importance_getter='auto')[source]# Meta-transformer for selecting features based on importance weights. Read more in the User Guide. Parameters: estimatorobjectThe base estimator from which the transformer is built. This can be both a fitted (if prefit is se