Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1301 - 1310 of over 10,000 for 2 (0.38 seconds)

Filter
  1. StratifiedKFold — scikit-learn 1.8.0 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...StratifiedKFold ( n_splits = 2 ) >>> skf . get_n_splits () 2 >>> print ( skf...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Mon Mar 23 20:39:23 UTC 2026
      16.1K bytes
      Cache
     
  2. SpectralClustering — scikit-learn 1.8.0 documen...

    ( - dist_matrix ** 2 / ( 2. * delta ** 2 )) where delta is a...normalized graph cuts [1] , [2] . When calling fit , an affinity...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralClustering.html
    Mon Mar 23 20:39:20 UTC 2026
      18.6K bytes
      Cache
     
  3. Classifier comparison — scikit-learn 1.8.0 docu...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state.... random . RandomState ( 2 ) X += 2 * rng . uniform ( size =...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Mon Mar 23 20:39:20 UTC 2026
      17.5K bytes
      Cache
     
  4. KMeans — scikit-learn 1.8.0 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...cluster_centers_ array([[10., 2.], [ 1., 2.]]) For examples of common...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html
    Mon Mar 23 20:39:20 UTC 2026
      20.5K bytes
      Cache
     
  5. 7.8. Pairwise metrics, Affinities and Kernels —...

    for all a and b 2. d ( a , b ) == 0 , if and only...pairwise_kernels >>> X = np . array ([[ 2 , 3 ], [ 3 , 5 ], [ 5 , 8 ]])...
    scikit-learn.org/stable/modules/metrics.html
    Mon Mar 23 20:39:21 UTC 2026
      10.5K bytes
      Cache
     
  6. non_negative_factorization — scikit-learn 1.8.0...

    ||H||_{Fro}^2,\end{aligned}\end{align} \] where \(||A||_{Fro}^2 = \sum_{i,j}...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.non_negative_factorization.html
    Mon Mar 23 20:39:23 UTC 2026
      16.1K bytes
      Cache
     
  7. check_increasing — scikit-learn 1.8.0 documenta...

    2 , 3 , 4 , 5 ], [ 2 , 4 , 6 , 8 , 10 ] >>>...np.True_ >>> y = [ 10 , 8 , 6 , 4 , 2 ] >>> check_increasing ( x , y...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html
    Mon Mar 23 20:39:20 UTC 2026
      13K bytes
      Cache
     
  8. Detection error tradeoff (DET) curve — scikit-l...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state...ax_det ] = plt . subplots ( 1 , 2 , figsize = ( 11 , 5 )) ax_roc...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Mon Mar 23 20:39:21 UTC 2026
      17.4K bytes
      Cache
     
  9. brier_score_loss — scikit-learn 1.8.0 documenta...

    2 , 0.7 , 0.1 ], [ 0.2 , 0.2 , 0.6 ]], ... labels...by 1/2 to lie in the [0, 1] range instead of the [0, 2] range....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Mon Mar 23 20:39:21 UTC 2026
      15.4K bytes
      Cache
     
  10. Build a multilingual language detection and tra...

    system By Bhavishya Pandit Like 2 Save On this page IBM watsonx.ai...for 5 languages 1. English: eng 2. French: fra 3. Spanish: spa 4....
    developer.ibm.com/articles/awb-build-multilingual-language-detection-translation-system/
    Tue Mar 17 04:31:56 UTC 2026
      22.2K bytes
      Cache
     
Back to Top