Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 428 for musk (0.09 sec)

  1. 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
    Tue May 28 11:51:32 UTC 2024
      127.7K bytes
      Cache
     
  2. 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 28 11:51:31 UTC 2024
      217.6K bytes
      Cache
      Similar Results (1)
     
  3. 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
    Tue May 28 11:51:33 UTC 2024
      157.2K bytes
      Cache
     
  4. 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
    Tue May 28 11:51:32 UTC 2024
      173.8K bytes
      Cache
     
  5. 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
    Tue May 28 11:51:33 UTC 2024
      112.4K bytes
      Cache
     
  6. Older Versions — scikit-learn 1.5.0 documentation

    all parameters must be passed to the object when...and mixture.VBGMM , parameters must be passed to an object when...
    scikit-learn.org/stable/whats_new/older_versions.html
    Tue May 28 11:51:33 UTC 2024
      149K bytes
      Cache
      Similar Results (1)
     
  7. Slashdot: News for nerds, stuff that matters

    particles and fumes into the masks worn by patients. It could be...Food and Drug Administration -- must be met first. The move by a...
    devices.slashdot.org
    Wed May 29 01:14:31 UTC 2024
      146K bytes
      Cache
     
  8. 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
    Tue May 28 11:51:34 UTC 2024
      100.3K bytes
      Cache
     
  9. Semi-supervised Classification on a Text Datase...

    # select a mask of 20% of the train dataset y_mask = np . random...the non-masked subset to be unlabeled y_train [ ~ y_mask ] = -...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Tue May 28 11:51:34 UTC 2024
      104.3K bytes
      Cache
     
  10. Multiclass Receiver Operating Characteristic (R...

    = a_mask [ ab_mask ] b_true = b_mask [ ab_mask ] idx_a = np ....label_b ab_mask = np . logical_or ( a_mask , b_mask ) a_true =...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Tue May 28 11:51:33 UTC 2024
      147.5K bytes
      Cache
     
Back to top