Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 270 of 822 for tests (0.41 sec)

  1. MLPRegressor — scikit-learn 1.7.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,...-291]) >>> regr . score ( X_test , y_test ) 0.98 fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Sat Oct 11 07:51:26 UTC 2025
      163K bytes
      Cache
     
  2. Common problems | APM Server Reference [7.15] |...

    commands: apm-server test config apm-server test output To see if...and IP match. Use OpenSSL to test connectivity to the target server...
    www.elastic.co/guide/en/apm/server/current/common-problems.html
    Tue Nov 21 23:15:48 UTC 2023
      34.3K bytes
      Cache
     
  3. 5.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Sat Oct 11 07:51:26 UTC 2025
      56.2K bytes
      Cache
     
  4. RBF SVM parameters — scikit-learn 1.7.2 documen...

    and just applying it on the test set. from sklearn.preprocessing...StratifiedShuffleSpl ( n_splits = 5 , test_size = 0.2 , random_state =...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Sat Oct 11 07:51:27 UTC 2025
      118.9K bytes
      Cache
     
  5. Examples — scikit-learn 1.7.2 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/index.html
    Sat Oct 11 07:51:25 UTC 2025
      273K bytes
      Cache
     
  6. ハンズオンセクション 12 | DBFlute

    でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section12.html
    Mon Sep 15 10:51:18 UTC 2025
      12.7K bytes
      2 views
      Cache
     
  7. 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 Oct 11 07:51:26 UTC 2025
      116.7K bytes
      Cache
     
  8. Restricted Boltzmann Machine features for digit...

    X_test , Y_train , Y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Sat Oct 11 07:51:25 UTC 2025
      132.1K bytes
      Cache
     
  9. maxabs_scale — scikit-learn 1.7.2 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html
    Sat Oct 11 07:51:26 UTC 2025
      109.8K bytes
      Cache
     
  10. ハンズオンセクション 2 | DBFlute

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