Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 371 for musk (0.2 sec)

  1. EllipticEnvelope — scikit-learn 1.5.0 documenta...

    ) A mask of the observations that have...ndarray of shape (n_samples,) A mask of the observations that have...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Fri May 24 12:15:01 UTC 2024
      157.2K bytes
      Cache
     
  2. HistGradientBoostingRegressor — scikit-learn 1....

    quantile to be estimated and must be between 0 and 1. learning_rate...number of leaves for each tree. Must be strictly greater than 1....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Fri May 24 12:15:01 UTC 2024
      173.8K bytes
      Cache
     
  3. SelectFpr — scikit-learn 1.5.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.SelectFpr.html
    Fri May 24 12:15:01 UTC 2024
      138.8K bytes
      Cache
     
  4. HalvingGridSearchCV — scikit-learn 1.5.0 docume...

    or scoring must be passed. param_grid dict or...max_resources cannot be ‘auto’ and must be set explicitly. max_resources...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html
    Fri May 24 12:15:01 UTC 2024
      167.4K bytes
      Cache
      Similar Results (1)
     
  5. GridSearchCV — scikit-learn 1.5.0 documentation

    'param_gamma' : masked_array ( data = [ -- -- 0.1 0.2 ], mask = [ True...'param_degree' : masked_array ( data = [ 2.0 3.0 -- -- ], mask = [ False...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Fri May 24 12:15:01 UTC 2024
      187.7K bytes
      Cache
     
  6. RandomizedSearchCV — scikit-learn 1.5.0 documen...

    'param_kernel' : masked_array ( data = [ 'rbf' , 'rbf' , 'rbf' ], mask = False...'param_gamma' : masked_array ( data = [ 0.1 0.2 0.3 ], mask = False ),...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Fri May 24 12:15:01 UTC 2024
      175.3K bytes
      Cache
     
  7. RFE — scikit-learn 1.5.0 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
    Fri May 24 12:15:00 UTC 2024
      153.5K 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 May 24 12:15:00 UTC 2024
      178.4K bytes
      Cache
     
  9. MissingIndicator — scikit-learn 1.5.0 documenta...

    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
    Fri May 24 12:15:00 UTC 2024
      137.4K bytes
      Cache
     
  10. MinCovDet — scikit-learn 1.5.0 documentation

    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
    Fri May 24 12:15:00 UTC 2024
      150.6K bytes
      Cache
     
Back to top