Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1091 - 1100 of over 10,000 for 2 (0.46 seconds)

Filter
  1. 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
     
  2. 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
     
  3. 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
     
  4. 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
     
  5. 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
     
  6. 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
     
  7. Importance of Feature Scaling — scikit-learn 1....

    section we select a subset of 2 features that have values with...) = plt . subplots ( ncols = 2 , figsize = ( 12 , 6 )) fit_and_plot_model...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Tue Mar 17 03:44:38 UTC 2026
      19.4K 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. ParameterGrid — scikit-learn 1.8.0 docume...

    'a' : 2 , 'b' : True }, { 'a' : 2 , 'b'...param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True , False...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html
    Mon Mar 09 14:07:54 UTC 2026
      13.3K bytes
      Cache
     
  10. Exponentiation — scikit-learn 1.8.0 documentation

    2) is equivalent to using the **...** operator with RBF() ** 2 . Read more in the User Guide . Added...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html
    Tue Mar 17 03:44:39 UTC 2026
      14.8K bytes
      Cache
     
Back to Top