Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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 18 15:26:01 UTC 2024
      50.1K bytes
      Cache
     
  2. 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 18 15:26:00 UTC 2024
      41K bytes
      Cache
     
  3. 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
    Sat May 18 15:26:00 UTC 2024
      18.4K bytes
      Cache
     
  4. 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 18 15:26:00 UTC 2024
      41.7K bytes
      Cache
     
  5. 4.1. Partial Dependence and Individual Conditio...

    of input features of interest must be small (usually, one or two)...categorical features or a boolean mask. The graphical representation...
    scikit-learn.org/stable/modules/partial_dependence.html
    Sat May 18 15:26:01 UTC 2024
      41.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
    Sat May 18 15:26:00 UTC 2024
      31.4K bytes
      Cache
     
  7. sklearn.ensemble.GradientBoostingRegressor — sc...

    values must be in the range [2, inf) . If float, values must be in...values must be in the range [1, inf) . If float, values must be in...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Sat May 18 15:26:01 UTC 2024
      85.4K bytes
      Cache
     
  8. 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
    Sat May 18 15:26:00 UTC 2024
      85.1K bytes
      Cache
     
  9. 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
    Sat May 18 15:26:00 UTC 2024
      20.3K bytes
      Cache
     
  10. 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
    Sat May 18 15:26:01 UTC 2024
      59.6K bytes
      Cache
     
Back to top