Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 285 for musk (0.09 sec)

  1. 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 03 17:04:24 UTC 2024
      38.1K bytes
      Cache
     
  2. sklearn.manifold.Isomap — scikit-learn 1.4.2 do...

    then radius must be None . radius float or None,...is a float, then n_neighbors must be set to None . New in version...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html
    Fri May 03 17:04:25 UTC 2024
      50.9K bytes
      Cache
     
  3. Scikit-learn governance and decision-making — s...

    a proposal must have been made public and discussed...before the vote. Such proposal must be a consolidated document,...
    scikit-learn.org/stable/governance.html
    Fri May 03 17:04:25 UTC 2024
      26.1K bytes
      Cache
     
  4. sklearn.gaussian_process.GaussianProcessClassif...

    it must have the signature: def optimizer...If greater than 0, all bounds must be finite. Note that n_restarts_optimizer=0...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Fri May 03 17:04:24 UTC 2024
      59.6K bytes
      Cache
     
  5. sklearn.preprocessing.label_binarize — scikit-l...

    Value with which negative labels must be encoded. pos_label int, default=1...Value with which positive labels must be encoded. sparse_output bool,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html
    Fri May 03 17:04:25 UTC 2024
      20.3K bytes
      Cache
     
  6. sklearn.metrics.roc_auc_score — scikit-learn 1....

    The probability estimates must sum to 1 across the possible...the order of the class scores must correspond to the order of labels...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
    Fri May 03 17:04:24 UTC 2024
      39.5K bytes
      Cache
     
  7. sklearn.cluster.AgglomerativeClustering — sciki...

    n_clusters must be None and compute_full_tree must be True . New...number of clusters to find. It must be None if distance_threshold...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Fri May 03 17:04:24 UTC 2024
      45.4K bytes
      Cache
     
  8. sklearn.feature_extraction.image.img_to_graph —...

    mask=None , return_as=<class 'sc...width, channel) 2D or 3D image. mask ndarray of shape (height, width)...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html
    Fri May 03 17:04:24 UTC 2024
      16.2K bytes
      Cache
     
  9. sklearn.mixture.BayesianGaussianMixture — sciki...

    Must be one of: 'full' ( each component...and the covariances. String must be one of: ‘kmeans’ : responsibilities...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Fri May 03 17:04:24 UTC 2024
      66.4K bytes
      Cache
     
  10. sklearn.feature_extraction.image.grid_to_graph ...

    mask = mask ) >>> print ( graph ) (0,...grid_to_graph ( n_x , n_y , n_z=1 , * , mask=None , return_as=<class 'sc...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.grid_to_graph.html
    Fri May 03 17:04:25 UTC 2024
      18.4K bytes
      Cache
     
Back to top