Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 203 for tests (0.08 sec)

  1. 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
    Fri May 24 12:15:00 UTC 2024
      88.7K bytes
      Cache
     
  2. 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
    Fri May 24 12:15:00 UTC 2024
      97.5K bytes
      Cache
     
  3. Ordinary Least Squares and Ridge Regression Var...

    plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Fri May 24 12:15:00 UTC 2024
      90.1K bytes
      Cache
     
  4. ハンズオンセクション 11 | DBFlute

    その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section11.html
    Fri May 24 02:22:00 UTC 2024
      19.7K bytes
      Cache
     
  5. Utilities for Developers — scikit-learn 1.6.dev...

    repeatability issues in unit tests. Instead, a numpy.random.RandomState...from graph_shortest_path . Testing Functions # discovery.all_estimators...
    scikit-learn.org/dev/developers/utilities.html
    Fri May 24 12:15:00 UTC 2024
      56K bytes
      Cache
     
  6. 1.13. Feature selection — scikit-learn 1.5.0 do...

    based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...
    scikit-learn.org/stable/modules/feature_selection.html
    Fri May 24 12:15:01 UTC 2024
      78.4K bytes
      Cache
     
  7. Non-negative least squares — scikit-learn 1.5.0...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 ) Fit the Non-Negative...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Fri May 24 12:15:01 UTC 2024
      92.8K bytes
      Cache
     
  8. DBFlute Example (サンプル) | DBFlute

    MySQL dbflute-test-dbms-mysql PostgreSQL dbflute-test-dbms-postgresql...Oracle dbflute-test-dbms-oracle DB2 dbflute-test-dbms-db2 SQLServer...
    dbflute.seasar.org/ja/manual/reference/example/index.html
    Fri May 24 02:22:00 UTC 2024
      15.2K bytes
      13 views
      Cache
     
  9. Putting it all together — scikit-learn 1.5.0 do...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Fri May 24 12:15:00 UTC 2024
      60.4K bytes
      1 views
      Cache
     
  10. Overview

    outside-sql-test : Runs outside-sql-test.[sh|bat]. replace-schema...jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/
    Fri May 24 02:22:00 UTC 2024
      10.4K bytes
      Cache
      Similar Results (1)
     
Back to top