Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1131 - 1140 of over 10,000 for 2 (0.19 seconds)

  1. clustering.rst.txt

    2, 0, 3, 4, 5, 1] >>> labels_pred = [1, 1, 0, 0, 2, 2, 2,...1, 2, 0, 3, 4, 5, 1] >>> labels_pred = [1, 1, 0, 0, 2, 2, 2,...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Fri Dec 05 17:52:54 GMT 2025
      92.8K bytes
     
  2. mean_pinball_loss — scikit-learn 1.8.0 do...

    2 , 3 ] >>> mean_pinball_loss...mean_pinball_loss ( y_true , [ 0 , 2 , 3 ], alpha = 0.1 ) 0.03... >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html
    Mon Jan 26 11:09:12 GMT 2026
      114.4K bytes
      Cache
     
  3. KNeighborsClassifier — scikit-learn 1.8.0...

    array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Mon Jan 26 14:16:30 GMT 2026
      156K bytes
      Cache
     
  4. CCA — scikit-learn 1.8.0 documentation

    [ 2. , 2. , 2. ], [ 3. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Mon Jan 26 11:09:17 GMT 2026
      159.1K bytes
      Cache
     
  5. homogeneity_completeness_v_measure — scik...

    2 , 2 ], [ 0 , 0 , 1 , 2 , 2 , 2 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html
    Mon Jan 26 14:16:29 GMT 2026
      111K bytes
      Cache
     
  6. murmurhash3_32 — scikit-learn 1.8.0 docum...

    to a signed int from -(2 ** 31) to 2 ** 31 - 1 Examples >>>...to an unsigned int from 0 to 2 ** 32 - 1 False: the results is...
    scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html
    Mon Dec 29 13:14:49 GMT 2025
      106.1K bytes
      Cache
     
  7. LassoCV — scikit-learn 1.8.0 documentation

    it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]]) . T >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Mon Jan 26 11:09:12 GMT 2026
      169.8K bytes
      Cache
     
  8. Release Highlights for scikit-learn 0.24 &#8212...

    2. From 1.2, use # PartialDependenceDis...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Gallery generated...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Mon Jan 26 11:09:14 GMT 2026
      204.2K bytes
      Cache
     
  9. Isomap — scikit-learn 1.8.0 documentation

    n_components = 2 , eigen_solver = 'auto' , tol..., metric = 'minkowski' , p = 2 , metric_params = None ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html
    Mon Jan 26 14:16:30 GMT 2026
      139.3K bytes
      Cache
     
  10. LocallyLinearEmbedding — scikit-learn 1.8...

    (n_components + 1) / 2 . see reference [2] modified : use the...n_neighbors = 5 , n_components = 2 , reg = 0.001 , eigen_solver =...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html
    Mon Jan 26 14:16:29 GMT 2026
      137.2K bytes
      Cache
     
Back to Top