Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

Filter
  1. gen_batches — scikit-learn 1.8.0 documentation

    list ( gen_batches ( 2 , 3 )) [slice(0, 2, None)] >>> list ( gen_batches...gen_batches ( 7 , 3 , min_batch_size = 2 )) [slice(0, 3, None), slice(3,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.gen_batches.html
    Mon Mar 23 20:39:23 UTC 2026
      13K bytes
      Cache
     
  2. 로그 설정

    /^\d{4}-\d{2}-\d{2}/ format1 /^(?<time>\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3})...\d{2}:\d{2}:\d{2},\d{3}) \[(?<thread>.*?)\] (?<level>\w+)\s+(?<logger>.*?)...
    fess.codelibs.org/ko/15.5/config/admin-logging.html
    Mon Mar 23 02:58:42 UTC 2026
      74.7K bytes
      Cache
     
  3. SVC — scikit-learn 1.8.0 documentation

    [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>> y = np...np . array ([ 1 , 1 , 2 , 2 ]) >>> from sklearn.svm import SVC...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Mon Mar 23 20:39:20 UTC 2026
      24.1K bytes
      Cache
     
  4. Beginner's guide to Python

    then try the following: >>> 2 + 2 Copy code You should get the...1 , 2 , 3 , 4 , 5 , 6 ] evens = [n for n in nums if n % 2 == 0...
    developer.ibm.com/tutorials/python-beginners-guide/
    Tue Mar 17 04:25:44 UTC 2026
      25K bytes
      1 views
      Cache
     
  5. 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...
    Mon Mar 23 20:39:23 UTC 2026
      18.3K bytes
      Cache
     
  6. 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
    Mon Mar 23 20:39:20 UTC 2026
      19.2K bytes
      Cache
     
  7. ParameterGrid — scikit-learn 1.8.0 documentation

    { 'a' : 2 , 'b' : True }, { 'a' : 2 , 'b' : False }])...>>> param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True , False ]} >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html
    Mon Mar 23 20:39:20 UTC 2026
      13.3K bytes
      Cache
     
  8. power_transform — scikit-learn 1.8.0 documentation

    2 ], [ 3 , 2 ], [ 4 , 5 ]] >>> print...and negative values ‘box-cox’ [2] , only works with strictly positive...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.html
    Mon Mar 23 20:39:23 UTC 2026
      14.7K bytes
      Cache
     
  9. 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
    Mon Mar 23 20:39:23 UTC 2026
      16K bytes
      Cache
     
  10. 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
    Mon Mar 23 20:39:21 UTC 2026
      14K bytes
      Cache
     
Back to Top