Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 378 for musk (0.09 sec)

  1. Spectral clustering for image segmentation — sc...

    mask = mask ) Take a decreasing function...np . full ( mask . shape , - 1.0 ) label_im [ mask ] = labels...
    scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html
    Fri May 31 14:06:06 UTC 2024
      100.3K bytes
      Cache
     
  2. Demo of DBSCAN clustering algorithm — scikit-le...

    class_member_mask = labels == k xy = X [ class_member_mask & core_samples_mask...X [ class_member_mask & ~ core_samples_mask ] plt . plot ( xy...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Fri May 31 14:06:06 UTC 2024
      102.4K bytes
      Cache
     
  3. 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 31 14:06:04 UTC 2024
      175.3K bytes
      Cache
     
  4. SelectorMixin — scikit-learn 1.5.0 documentation

    def _get_support_mask ( self ): ... mask = np . zeros ( self...feature selection given a support mask This mixin provides a feature...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectorMixin.html
    Thu May 30 15:22:06 UTC 2024
      127.7K bytes
      Cache
     
  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 31 14:06:04 UTC 2024
      187.7K bytes
      Cache
     
  6. Post-tuning the decision threshold for cost-sen...

    fraudulent_refuse = ( mask_true_positive . sum () * 50 ) + amount [ mask_true_positive...y_true , y_pred , amount ): mask_true_positive = ( y_true ==...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Fri May 31 14:06:06 UTC 2024
      227.5K bytes
      Cache
     
  7. Plot classification probability — scikit-learn ...

    scatter ( X [ mask_y_pred , 0 ], X [ mask_y_pred , 1 ], marker...predicted to belong to given class mask_y_pred = y_pred == label axes...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Fri May 31 14:06:06 UTC 2024
      101K bytes
      Cache
     
  8. 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 31 14:06:06 UTC 2024
      138.8K bytes
      Cache
     
  9. 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
    Thu May 30 15:22:07 UTC 2024
      157.2K bytes
      Cache
     
  10. 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 31 14:06:06 UTC 2024
      173.8K bytes
      Cache
     
Back to top