Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1051 - 1060 of over 10,000 for 2 (0.59 seconds)

Filter
  1. feature_extraction.rst.txt

    2.0986]}{\sqrt{\big(3^2 + 0^2 + 2.0986^2\big)}} = [...(one_image, (2, 2)) >>> patches.shape (9, 2, 2, 3) >>> patches[4,...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Thu Mar 05 14:15:31 UTC 2026
      15.4K bytes
     
  2. RepeatedStratifiedKFold — scikit-learn 1....

    index=[1 2] Fold 2: Train: index=[1 3] Test: index=[0 2] Fold 3:...np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Mon Mar 09 14:07:54 UTC 2026
      15.2K bytes
      Cache
     
  3. GroupKFold — scikit-learn 1.8.0 documenta...

    Fold 0: Train: index=[2 3], group=[2 2] Test: index=[0 1 4 5],...group=[0 0 3 3] Test: index=[2 3], group=[2 2] get_metadata_routing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Mon Mar 09 14:07:53 UTC 2026
      16.2K bytes
      Cache
     
  4. LabelEncoder — scikit-learn 1.8.0 documen...

    2 , 2 , 6 ]) LabelEncoder() >>>...array([1, 2, 6]) >>> le . transform ([ 1 , 1 , 2 , 6 ])...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
    Mon Mar 09 14:07:54 UTC 2026
      14.7K bytes
      Cache
     
  5. make_blobs — scikit-learn 1.8.0 documenta...

    2) >>> y array([0, 1, 2, 0, 2, 2, 2, 1, 1, 0])...shape ) (10, 2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0])...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html
    Mon Mar 09 14:07:53 UTC 2026
      17.2K bytes
      Cache
     
  6. d2_tweedie_score — scikit-learn 1.8.0 doc...

    Like R^2, D^2 score may be negative (it need..., power = 0 ) [source] # \(D^2\) regression score function, fraction...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html
    Mon Mar 09 14:07:54 UTC 2026
      13.9K bytes
      Cache
     
  7. FastICA on 2D point clouds — scikit-learn...

    subplot ( 2 , 2 , 2 ) plot_samples ( X / np ....1.5 , size = ( 20000 , 2 )) S [:, 0 ] *= 2.0 # Mix data A = np ....
    scikit-learn.org/stable/auto_examples/decomposition/plot_ica_vs_pca.html
    Mon Mar 09 14:07:53 UTC 2026
      16.8K bytes
      Cache
     
  8. Illustration of prior and posterior Gaussian pr...

    0 ] - 2.5 ) ** 2 ) n_samples = 5 Kernel cookbook...0.799**2 * ExpSineSquared(length_scale=0.791, periodicity=2.87)...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_prior_posterior.html
    Mon Mar 09 14:07:56 UTC 2026
      18.4K bytes
      Cache
     
  9. Linear and Quadratic Discriminant Analysis with...

    [ 2.5 , 0.7 ]]) * 2.0 cov_class_2 = cov_class_1.... Ellipse ( mean , 2 * v [ 0 ] ** 0.5 , 2 * v [ 1 ] ** 0.5 ,...
    scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html
    Mon Mar 09 14:07:56 UTC 2026
      18.5K bytes
      Cache
     
  10. GroupShuffleSplit — scikit-learn 1.8.0 do...

    0: Train: index=[2 3 4 5 6 7], group=[2 2 2 3 3 3] Test: index=[0...3 3 3] Test: index=[2 3 4], group=[2 2 2] get_metadata_routing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Mon Mar 09 14:07:53 UTC 2026
      16.4K bytes
      Cache
     
Back to Top