Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 591 for musk (0.2 sec)

  1. 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
    Tue Jul 01 15:59:32 UTC 2025
      181.8K bytes
      Cache
     
  2. ColumnTransformer — scikit-learn 1.7.0 document...

    ‘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
    Tue Jul 01 15:59:32 UTC 2025
      160.6K bytes
      Cache
     
  3. 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
    Tue Jul 01 15:59:34 UTC 2025
      84.4K bytes
      Cache
     
  4. SelectFromModel — scikit-learn 1.7.0 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
    Tue Jul 01 15:59:32 UTC 2025
      147.5K bytes
      Cache
     
  5. SelectKBest — scikit-learn 1.7.0 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
    Tue Jul 01 15:59:32 UTC 2025
      137.4K bytes
      Cache
     
  6. GenericUnivariateSelect — scikit-learn 1.7.0 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
    Tue Jul 01 15:59:33 UTC 2025
      134.1K bytes
      Cache
     
  7. RFECV — scikit-learn 1.7.0 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
    Tue Jul 01 15:59:34 UTC 2025
      157.7K bytes
      Cache
     
  8. 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
    Tue Jul 01 15:59:32 UTC 2025
      89.3K bytes
      1 views
     
  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
    Tue Jul 01 15:59:34 UTC 2025
      112.5K bytes
      Cache
     
  10. partial_dependence — scikit-learn 1.7.0 documen...

    boolean array-like: boolean mask of shape (n_features,) indicating...extreme values for the grid. Must be in [0, 1]. This parameter...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html
    Tue Jul 01 15:59:33 UTC 2025
      129.1K bytes
      Cache
     
Back to top