Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 327 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
    Mon Apr 29 15:57:10 UTC 2024
      22.1K bytes
      Cache
     
  2. 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
    Mon Apr 29 15:57:10 UTC 2024
      38.1K bytes
      Cache
     
  3. 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
    Mon Apr 29 15:57:10 UTC 2024
      50.9K bytes
      Cache
     
  4. sklearn.linear_model.RANSACRegressor — scikit-l...

    inlier_mask_ bool array of shape [n_samples] Boolean mask of inliers...LinearRegression is used, the user must provide a value. residual_threshold...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Mon Apr 29 15:57:10 UTC 2024
      52.8K bytes
      Cache
     
  5. sklearn.feature_extraction.DictVectorizer — sci...

    X must have been produced by this DictVectorizer’s...Constructor for feature mappings. Must conform to the collections.Mapping...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Mon Apr 29 15:57:09 UTC 2024
      55.4K bytes
      Cache
     
  6. 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
    Mon Apr 29 15:57:10 UTC 2024
      31.4K bytes
      Cache
     
  7. 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
    Mon Apr 29 15:57:10 UTC 2024
      26.1K bytes
      Cache
     
  8. sklearn.linear_model.HuberRegressor — scikit-le...

    Epsilon must be in the range [1, inf) . max_iter...is equal to alpha * ||w||^2 . Must be in the range [0, inf) . warm_start...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Mon Apr 29 15:57:09 UTC 2024
      58.1K bytes
      Cache
     
  9. 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
    Mon Apr 29 15:57:10 UTC 2024
      50.1K bytes
      Cache
     
  10. 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
    Mon Apr 29 15:57:10 UTC 2024
      39.5K bytes
      Cache
     
Back to top