Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 283 for tests (0.1 sec)

  1. 8.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/dev/computing/parallelism.html
    Tue May 21 18:58:18 UTC 2024
      66.1K bytes
      Cache
      Similar Results (1)
     
  2. Developer’s Guide — scikit-learn 1.6.dev0 docum...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/dev/developers/index.html
    Wed May 22 15:20:09 UTC 2024
      45.7K bytes
      Cache
     
  3. Developers’ Tips and Tricks — scikit-learn 1.6....

    sklearn/linear_model/tests/test_logistic.py::test_sparsify or use...instance,: pytest sklearn/tests/test_common.py -v -k LogisticRegression...
    scikit-learn.org/dev/developers/tips.html
    Tue May 21 18:58:18 UTC 2024
      51K bytes
      Cache
     
  4. Logistic function — scikit-learn 1.5.0 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Wed May 22 15:20:10 UTC 2024
      94.8K bytes
      Cache
     
  5. ハンズオンセクション 12 | DBFlute

    でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section1...
    Mon Mar 18 15:47:33 UTC 2024
      12.7K bytes
      Cache
     
  6. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Wed May 22 15:20:07 UTC 2024
      96.2K bytes
      Cache
     
  7. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Wed May 22 15:20:07 UTC 2024
      97.3K bytes
      Cache
     
  8. Confusion matrix — scikit-learn 1.5.0 documenta...

    set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Wed May 22 15:20:10 UTC 2024
      88.7K bytes
      Cache
     
  9. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Wed May 22 15:20:05 UTC 2024
      97.5K bytes
      Cache
     
  10. ハンズオンセクション 2 | DBFlute

    HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...を確認してください。テストメソッド名は test_existsTestData() とします。 このプロジェクトでは、メソッド名が test で始まる...
    dbflute.seasar.org/ja/tutorial/handson/section0...
    Mon Mar 18 15:47:33 UTC 2024
      27.8K bytes
      Cache
     
Back to top