Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 499 for musk (0.81 sec)

  1. SelectFwe — scikit-learn 1.7.2 documentation

    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.SelectFwe.html
    Fri Sep 12 13:34:55 UTC 2025
      131.8K bytes
      Cache
     
  2. SelectFdr — scikit-learn 1.7.2 documentation

    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.SelectFdr.html
    Fri Sep 12 13:34:53 UTC 2025
      132.9K bytes
      Cache
     
  3. SelectPercentile — scikit-learn 1.7.2 documenta...

    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.SelectPercentile.html
    Fri Sep 12 13:34:55 UTC 2025
      136.9K bytes
      Cache
     
  4. SequentialFeatureSelector — scikit-learn 1.7.2 ...

    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
    Fri Sep 12 13:34:55 UTC 2025
      143.1K bytes
      Cache
     
  5. SelectFromModel — scikit-learn 1.7.2 documentation

    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
    Fri Sep 12 13:34:53 UTC 2025
      147.5K bytes
      Cache
     
  6. SelectKBest — scikit-learn 1.7.2 documentation

    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
    Fri Sep 12 13:34:55 UTC 2025
      137.4K bytes
      Cache
     
  7. GenericUnivariateSelect — scikit-learn 1.7.2 do...

    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
    Fri Sep 12 13:34:53 UTC 2025
      134.1K bytes
      Cache
     
  8. Tweedie regression on insurance claims — scikit...

    GammaRegressor mask_train = df_train [ "ClaimAmount" ] > 0 mask_test =...X_train [ mask_train . values ], df_train . loc [ mask_train ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Fri Sep 12 13:34:56 UTC 2025
      181.8K bytes
      Cache
     
  9. 7.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
    Fri Sep 12 13:34:55 UTC 2025
      114K bytes
      Cache
     
  10. 7.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
    Fri Sep 12 13:34:55 UTC 2025
      84.4K bytes
      Cache
     
Back to top