Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 813 for tests (0.53 sec)

  1. NeighborhoodComponentsAnalysis — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Sat Aug 23 16:32:03 UTC 2025
      143K bytes
      Cache
     
  2. Probability Calibration for 3-class classificat...

    y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_loss = log_loss ( y_test , cal_clf_probs...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Sat Aug 23 16:32:04 UTC 2025
      190.5K bytes
      Cache
     
  3. ハンズオンセクション 12 | DBFlute

    でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section12.html
    Tue Aug 12 02:41:09 UTC 2025
      12.7K bytes
      2 views
      Cache
     
  4. Understanding the decision tree structure — sci...

    X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Sat Aug 23 16:32:03 UTC 2025
      136K bytes
      Cache
     
  5. Overview | Elastic Docs

    into a training and a test set. The test set won’t be used to...data frame analytics. Train, test, iterate After your data is...
    www.elastic.co/docs/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-overview
    Sun Aug 24 00:48:45 UTC 2025
      185.9K bytes
      Cache
     
  6. RFECV — scikit-learn 1.7.1 documentation

    test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Sat Aug 23 16:32:04 UTC 2025
      158.4K bytes
      Cache
     
  7. ハンズオンセクション 9 | DBFlute

    引数の値で null は許されない 対応テストメソッド test_letsOutside_会員が検索されること() 会員名称が...(区分値メソッドを使う、select句にカラムを追加してもOK) test_letsOutside_条件値なしで全件検索されること()...
    dbflute.seasar.org/ja/tutorial/handson/section09.html
    Tue Aug 12 02:41:09 UTC 2025
      33.3K bytes
      Cache
     
  8. IsolationForest example — scikit-learn 1.7.1 do...

    X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Sat Aug 23 16:32:03 UTC 2025
      125.9K bytes
      Cache
     
  9. 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 Aug 23 16:32:03 UTC 2025
      132.1K bytes
      Cache
     
  10. 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 Aug 23 16:32:04 UTC 2025
      116.7K bytes
      Cache
     
Back to top