- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of 1,595 for musk (0.14 seconds)
-
SequentialFeatureSelector — scikit-learn ...
dtype=bool The mask of selected features. See also...input_features = None ) [source] # Mask feature names according to selected...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html -
RFECV — scikit-learn 1.7.2 documentation
The support is the mask of selected features. Added...ndarray of shape (n_features,) The mask of selected features. See also...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html -
SelectFromModel — scikit-learn 1.7.2 docu...
estimator must be a fitted estimator. If False...input_features = None ) [source] # Mask feature names according to selected...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFromModel.html -
MissingIndicator — scikit-learn 1.7.2 doc...
default=’missing-only’ Whether the imputer mask should represent all or a subset...'missing-only' (default), the imputer mask will only represent features...scikit-learn.org/stable/modules/generated/sklearn.impute.MissingIndicator.html -
RFE — scikit-learn 1.7.2 documentation
) The mask of selected features. See also...input_features = None ) [source] # Mask feature names according to selected...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html -
7.4. Imputation of missing values — sciki...
Missing values encoded by 0 must be used with dense input. The...choose the features for which the mask is constructed. By default,...scikit-learn.org/stable/modules/impute.html -
ColumnTransformer — scikit-learn 1.7.2 do...
‘passthrough’} or estimator Estimator must support fit and transform ....remainder estimator. The estimator must support fit and transform ....scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html -
PartialDependenceDisplay — scikit-learn 1...
Each tuple must be of size 2. If any entry is...is a string, then it must be in feature_names . sample_weight...scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html -
GenericUnivariateSelect — scikit-learn 1....
input_features = None ) [source] # Mask feature names according to selected...array-like, then input_features must match feature_names_in_ if feature_names_in_...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.GenericUnivariateSelect.html -
SelectKBest — scikit-learn 1.7.2 document...
input_features = None ) [source] # Mask feature names according to selected...array-like, then input_features must match feature_names_in_ if feature_names_in_...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html