Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. sklearn.metrics.top_k_accuracy_score — scikit-l...

    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
    Sat May 04 16:42:14 UTC 2024
      22.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
    Sat May 04 16:42:15 UTC 2024
      50.9K bytes
      Cache
     
  3. 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
    Sat May 04 16:42:15 UTC 2024
      38.1K bytes
      Cache
     
  4. Kernel Density Estimate of Species Distribution...

    :: 5 ] land_mask = ( land_reference > - 9999...ravel ()]) . T xy = xy [ land_mask ] xy *= np . pi / 180.0 # Plot...
    scikit-learn.org/stable/auto_examples/neighbors/plot_species_kde.html
    Sat May 04 16:42:14 UTC 2024
      41K bytes
      Cache
     
  5. Robust linear model estimation using RANSAC — s...

    ) inlier_mask = ransac . inlier_mask_ outlier_mask = np . logical_not...scatter ( X [ inlier_mask ], y [ inlier_mask ], color = "yellowgreen"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ransac.html
    Sat May 04 16:42:15 UTC 2024
      31.4K bytes
      Cache
     
  6. 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
    Sat May 04 16:42:15 UTC 2024
      26.1K bytes
      Cache
     
  7. In Focus: the best of videos and photos from NB...

    fighting Philadelphia’s ski mask ban 09:54 Can the military survive...Positive Spin with Liz Plank 06:38 Masks and the modern man: Liz Plank...
    www.nbcnews.com/video-features
    Sat May 04 00:52:01 UTC 2024
      617.6K bytes
      Cache
     
  8. Pixel importances with a parallel forest of tre...

    mask = y < 5 X = X [ mask ] y = y [ mask ] A random...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances_faces.html
    Sat May 04 16:42:15 UTC 2024
      41.7K bytes
      Cache
     
  9. Developing scikit-learn estimators — scikit-lea...

    number of methods an object must implement. Elements of the scikit-learn...precomputed kernels where this data must be stored for use by the predict...
    scikit-learn.org/stable/developers/develop.html
    Sat May 04 16:42:15 UTC 2024
      106.1K bytes
      Cache
     
  10. 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
    Sat May 04 16:42:15 UTC 2024
      137K bytes
      Cache
     
Back to top