Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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
     
  2. 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 04 16:42:15 UTC 2024
      18.4K bytes
      Cache
     
  3. Plotting Validation Curves — scikit-learn 1.4.2...

    y = X [ subset_mask ], y [ subset_mask ] disp = ValidationCurveDispl...( return_X_y = True ) subset_mask = np . isin ( y , [ 1 , 2 ])...
    scikit-learn.org/stable/auto_examples/model_selection/plot_validation_curve.html
    Sat May 04 16:42:15 UTC 2024
      24K bytes
      Cache
     
  4. 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
     
  5. 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
    Sat May 04 16:42:15 UTC 2024
      16.2K bytes
      Cache
     
  6. 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 04 16:42:14 UTC 2024
      59.6K bytes
      Cache
     
  7. Compare BIRCH and MiniBatchKMeans — scikit-lear...

    colors_ ): mask = labels == k ax . scatter ( X [ mask , 0 ], X...colors_ ): mask = mbk . labels_ == k ax . scatter ( X [ mask , 0 ],...
    scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html
    Sat May 04 16:42:15 UTC 2024
      41.7K bytes
      Cache
     
  8. 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 04 16:42:15 UTC 2024
      20.3K bytes
      Cache
     
  9. 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 04 16:42:14 UTC 2024
      41.4K 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
    Sat May 04 16:42:14 UTC 2024
      39.5K bytes
      Cache
     
Back to top