Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 1,456 for test (0.08 sec)

  1. Robust linear estimator fitting — scikit-learn ...

    sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Sat Apr 19 00:31:22 UTC 2025
      101.5K bytes
      Cache
     
  2. Isotonic Regression — scikit-learn 1.6.1 docume...

    plot ( x_test , ir . predict ( x_test ), "C1-" ) ax1 ....noisy data (n= %d )" % n ) x_test = np . linspace ( - 10 , 110...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Sat Apr 19 00:31:21 UTC 2025
      108.7K bytes
      Cache
     
  3. ハンズオンセクション 9 | DBFlute

    引数の値で null は許されない 対応テストメソッド test_letsOutside_会員が検索されること() 会員名称が...(区分値メソッドを使う、select句にカラムを追加してもOK) test_letsOutside_条件値なしで全件検索されること()...
    dbflute.seasar.org/ja/tutorial/handson/section09.html
    Fri Apr 18 17:54:33 UTC 2025
      33.3K bytes
      Cache
     
  4. 1.6. Nearest Neighbors — scikit-learn 1.6.1 doc...

    X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...
    scikit-learn.org/stable/modules/neighbors.html
    Sat Apr 19 00:31:22 UTC 2025
      121.8K bytes
      Cache
     
  5. Comparison of Calibration of Classifiers — scik...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html
    Sat Apr 19 00:31:21 UTC 2025
      116.4K bytes
      Cache
     
  6. validation_curve — scikit-learn 1.6.1 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Sat Apr 19 00:31:21 UTC 2025
      121.1K bytes
      Cache
     
  7. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Sat Apr 19 00:31:22 UTC 2025
      115.4K bytes
      Cache
     
  8. LabelPropagation — scikit-learn 1.6.1 documenta...

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html
    Sat Apr 19 00:31:21 UTC 2025
      131.4K bytes
      Cache
     
  9. plot_release_highlights_1_6_0.rst.txt

    - Many tests in the common test suite are updated...the `_xfail_checks` tag and tests which are expected to fail are...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_6_0.r...
    Sat Apr 19 00:31:22 UTC 2025
      11.7K bytes
     
  10. Gaussian processes on discrete data structures ...

    ) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Sat Apr 19 00:31:21 UTC 2025
      120.7K bytes
      1 views
      Cache
     
Back to top