Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 282 for musk (0.09 sec)

  1. 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
    Sat May 04 16:42:15 UTC 2024
      52.8K bytes
      Cache
     
  2. 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
    Sat May 04 16:42:15 UTC 2024
      50.1K bytes
      Cache
     
  3. 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
    Sat May 04 16:42:15 UTC 2024
      58.1K bytes
      Cache
     
  4. 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
     
  5. 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
     
  6. 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
     
  7. 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
     
  8. 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
     
  9. 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
     
  10. 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
     
Back to top