Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 51 - 60 of 1,595 for musk (0.14 seconds)

  1. 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
    2025-12-05 17:52
      143.1K bytes
      Cache
     
  2. 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
    2025-12-05 17:52
      158.4K bytes
      Cache
     
  3. 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
    2025-12-05 17:52
      147.5K bytes
      Cache
     
  4. 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
    2025-12-05 17:52
      131.3K bytes
      Cache
     
  5. 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
    2025-12-05 17:52
      149.8K bytes
      Cache
     
  6. 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
    2025-12-05 17:52
      84.4K bytes
      Cache
     
  7. 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
    2025-12-05 17:52
      160.6K bytes
      Cache
     
  8. 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
    2025-12-05 17:52
      176.8K bytes
      Cache
     
  9. 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
    2025-12-05 17:52
      134.1K bytes
      Cache
     
  10. 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
    2025-12-05 17:52
      137.4K bytes
      Cache
     
Back to Top