Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 641 - 650 of 3,151 for 2 (0.55 sec)

  1. jaccard_score — scikit-learn 1.7.2 documentation

    2 , 1 , 2 ] >>> y_true = [ 0 , 1 , 2 , 2 ] >>> jaccard_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Tue Sep 23 15:14:21 UTC 2025
      120.3K bytes
      Cache
     
  2. check_array — scikit-learn 1.7.2 documentation

    ndim > 2. ensure_min_samples int, default=1...the input data has effectively 2 dimensions or is originally 1D...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html
    Tue Sep 23 15:14:23 UTC 2025
      116.3K bytes
      Cache
     
  3. mean_poisson_deviance — scikit-learn 1.7.2 docu...

    y_true = [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_poisson_deviance.html
    Tue Sep 23 15:14:21 UTC 2025
      108.1K bytes
      Cache
     
  4. 7.3. Preprocessing data — scikit-learn 1.7.2 do...

    2. , 1. , 0.1], [4.4, 2.2, 1.1, 0.1], [4.4, 2.2, 1.2, 0.1],...\((X_1, X_2)\) to \((1, X_1, X_2, X_1^2, X_1X_2, X_2^2)\) . In...
    scikit-learn.org/stable/modules/preprocessing.html
    Tue Sep 23 15:14:23 UTC 2025
      198.2K bytes
      Cache
     
  5. ExtraTreesClassifier — scikit-learn 1.7.2 docum...

    min_samples_split = 2 , min_samples_leaf = 1 , min_...min_samples_split int or float, default=2 The minimum number of samples...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Tue Sep 23 15:14:21 UTC 2025
      167.5K bytes
      Cache
     
  6. Kernel PCA — scikit-learn 1.7.2 documentation

    subplots ( ncols = 2 , sharex = True , sharey = True...KernelPCA pca = PCA ( n_components = 2 ) kernel_pca = KernelPCA ( n_components...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Tue Sep 23 15:14:21 UTC 2025
      107.5K bytes
      Cache
     
  7. ledoit_wolf — scikit-learn 1.7.2 documentation

    2 ], [ .2 , .8 ]]) >>> rng = np . random...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html
    Tue Sep 23 15:14:21 UTC 2025
      109.5K bytes
      Cache
     
  8. Hyperparameter — scikit-learn 1.7.2 documentation

    bounds # Alias for field number 2 count ( value , / ) # Return number...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Hyperparameter.html
    Tue Sep 23 15:14:21 UTC 2025
      116.5K bytes
      Cache
     
  9. 1.6. Nearest Neighbors — scikit-learn 1.7.2 doc...

    2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/neighbors.html
    Tue Sep 23 15:14:21 UTC 2025
      122.7K bytes
      Cache
     
  10. Isotonic Regression — scikit-learn 1.7.2 docume...

    subplots ( ncols = 2 , figsize = ( 12 , 6 )) ax0 ....
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Tue Sep 23 15:14:21 UTC 2025
      114.1K bytes
      Cache
     
Back to top