Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 403 for musk (0.11 sec)

  1. sklearn.feature_selection.SelectPercentile — sc...

    get_feature_names_out ([input_features]) Mask feature names according to selected...get_support ([indices]) Get a mask, or integer index, of the features...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectPercentile.html
    Sat May 04 16:42:14 UTC 2024
      49.8K bytes
      Cache
     
  2. sklearn.feature_selection.SelectFdr — scikit-le...

    get_feature_names_out ([input_features]) Mask feature names according to selected...get_support ([indices]) Get a mask, or integer index, of the features...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html
    Sat May 04 16:42:14 UTC 2024
      45.9K bytes
      Cache
     
  3. sklearn.impute.MissingIndicator — scikit-learn ...

    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
    Sat May 04 16:42:14 UTC 2024
      43.7K bytes
      Cache
     
  4. sklearn.covariance.MinCovDet — scikit-learn 1.4...

    The parameter must be in the range (0, 1]. random_state...ndarray of shape (n_samples,) A mask of the observations that have...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html
    Sat May 04 16:42:15 UTC 2024
      58.2K bytes
      Cache
     
  5. 6.1. Pipelines and composite estimators — sciki...

    must be transformers (i.e. must have a transform...integer array, a slice, a boolean mask, or with a make_column_selector...
    scikit-learn.org/stable/modules/compose.html
    Sat May 04 16:42:15 UTC 2024
      90.1K bytes
      Cache
     
  6. glossary.rst.txt

    and that we must be careful to make :term:`meta-estimators`...data. Intrinsically, the model must be usable for prediction after...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Sat May 04 16:42:14 UTC 2024
      88.1K bytes
      1 views
     
  7. sklearn.feature_selection.SelectFromModel — sci...

    estimator must be a fitted estimator. If False...get_feature_names_out ([input_features]) Mask feature names according to selected...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFromModel.html
    Sat May 04 16:42:15 UTC 2024
      63.1K bytes
      Cache
     
  8. sklearn.feature_selection.SelectKBest — scikit-...

    get_feature_names_out ([input_features]) Mask feature names according to selected...get_support ([indices]) Get a mask, or integer index, of the features...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html
    Sat May 04 16:42:14 UTC 2024
      50.1K bytes
      Cache
     
  9. sklearn.feature_selection.GenericUnivariateSele...

    get_feature_names_out ([input_features]) Mask feature names according to selected...get_support ([indices]) Get a mask, or integer index, of the features...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.GenericUnivariateSelect.html
    Sat May 04 16:42:14 UTC 2024
      47.6K bytes
      Cache
     
  10. 6.4. Imputation of missing values — scikit-lear...

    >>> mask_all = indicator . fit_transform ( X ) >>> mask_all array([[...Missing values encoded by 0 must be used with dense input. The...
    scikit-learn.org/stable/modules/impute.html
    Sat May 04 16:42:15 UTC 2024
      65.5K bytes
      Cache
     
Back to top