Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 438 for musk (0.12 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
    Wed May 22 15:20:05 UTC 2024
      100.3K bytes
      Cache
     
  2. Version 0.15 — scikit-learn 1.5.0 documentation

    Generating boolean masks (the setting indices=False )...is deprecated. Support for masks will be removed in 0.17. The...
    scikit-learn.org/stable/whats_new/v0.15.html
    Wed May 22 15:20:08 UTC 2024
      84.3K bytes
      Cache
     
  3. 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
    Wed May 22 15:20:07 UTC 2024
      102.4K bytes
      Cache
     
  4. SGDClassifier — scikit-learn 1.5.0 documentation

    Values must be in the range [0.0, inf) ....penalty is ‘elasticnet’. Values must be in the range [0.0, 1.0] ....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Wed May 22 15:20:05 UTC 2024
      190.7K bytes
      Cache
     
  5. GradientBoostingClassifier — scikit-learn 1.5.0...

    values must be in the range [2, inf) . If float, values must be in...values must be in the range [1, inf) . If float, values must be in...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Wed May 22 15:20:05 UTC 2024
      187K bytes
      Cache
     
  6. Glossary of Common Terms and API Elements — sci...

    and must do so if it is transductive . A clusterer must implement:...attributes after fitting, and that we must be careful to make meta-estimators...
    scikit-learn.org/dev/glossary.html
    Tue May 21 18:58:19 UTC 2024
      217.6K bytes
      Cache
      Similar Results (1)
     
  7. Compressive sensing: tomography reconstruction ...

    logical_and ( mask > mask . mean (), mask_outer ) return np...list ( w [ mask ]) camera_inds += list ( inds [ mask ] + i * l_x...
    scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html
    Wed May 22 15:20:10 UTC 2024
      112.4K bytes
      Cache
     
  8. Partial Dependence and Individual Conditional E...

    y_train = X [ mask_training ], y [ mask_training ] X_test..., y_test = X [ ~ mask_training ], y [ ~ mask_training ] We can...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Wed May 22 15:20:07 UTC 2024
      198.5K bytes
      Cache
     
  9. top_k_accuracy_score — scikit-learn 1.5.0 docum...

    the order of the class scores must correspond to the order of labels...contain all the labels, labels must be provided. k int, default=2...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html
    Wed May 22 15:20:05 UTC 2024
      118.6K bytes
      Cache
     
  10. 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
    Wed May 22 15:20:05 UTC 2024
      227.5K bytes
      Cache
     
Back to top