Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1031 - 1040 of over 10,000 for 2 (3.02 seconds)

Filter
  1. QuadraticDiscriminantAnalysis — scikit-learn 1....

    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/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Tue Mar 17 03:44:36 UTC 2026
      18.3K bytes
      Cache
     
  2. Polynomial and Spline interpolation — scikit-le...

    x_0 ** 2 , x_0 ** 3 , ... , x_0 ** degree...degree ], [ 1 , x_1 , x_1 ** 2 , x_1 ** 3 , ... , x_1 ** degree...
    scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html
    Tue Mar 17 03:44:36 UTC 2026
      19.2K bytes
      Cache
     
  3. TimeSeriesSplit — scikit-learn 1.8.0 docu...

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...1] Test: index=[2] Fold 2: Train: index=[0 1 2] Test: index=[3]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Mon Mar 09 14:07:53 UTC 2026
      16.1K bytes
      Cache
     
  4. RationalQuadratic — scikit-learn 1.8.0 document...

    x_j)^2 }{ 2\alpha l^2}\right)^{-\alpha}\] where...>>> gpc . predict_proba ( X [: 2 ,:]) array([[0.8881, 0.0566, 0.05518],...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RationalQuadratic.html
    Tue Mar 17 03:44:39 UTC 2026
      16K bytes
      Cache
     
  5. additive_chi2_kernel — scikit-learn 1.8.0 docum...

    -2.], [-2., -1.]]) On this page This...given by: k(x, y) = -Sum [(x - y)^2 / (x + y)] It can be interpreted...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html
    Tue Mar 17 03:44:39 UTC 2026
      13.5K bytes
      Cache
     
  6. power_transform — scikit-learn 1.8.0 docu...

    2 ], [ 3 , 2 ], [ 4 , 5 ]] >>>...and negative values ‘box-cox’ [2] , only works with strictly positive...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.html
    Mon Mar 09 14:07:57 UTC 2026
      14.7K bytes
      Cache
     
  7. make_moons — scikit-learn 1.8.0 documentation

    2 , random_state = 42 ) >>> X . shape (200, 2) >>> y ....n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html
    Tue Mar 17 03:44:39 UTC 2026
      14.6K bytes
      Cache
     
  8. d2_absolute_error_score — scikit-learn 1.8.0 do...

    2 , 3 ] >>> y_pred = [ 2 , 2 , 2 ] >>> d2_absolute_error_score...3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> d...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html
    Tue Mar 17 03:44:39 UTC 2026
      14K bytes
      Cache
     
  9. Plot different SVM classifiers in the iris data...

    subplots ( 2 , 2 ) plt . subplots_adjust ( wspace...dataset. We only consider the first 2 features of this dataset: Sepal...
    scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html
    Tue Mar 17 03:44:39 UTC 2026
      15.9K bytes
      Cache
     
  10. make_biclusters — scikit-learn 1.8.0 documentation

    shape (2, 10) >>> cols . shape (2, 20) Gallery examples...shape = ( 10 , 20 ), n_clusters = 2 , random_state = 42 ... ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html
    Tue Mar 17 03:44:39 UTC 2026
      13.9K bytes
      Cache
     
Back to Top