Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 802 for tests (1.99 sec)

  1. NearestCentroid — scikit-learn 1.7.2 documentation

    with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Fri Sep 12 13:34:53 UTC 2025
      136.4K bytes
      Cache
     
  2. plot_hgbt_regression.rst.txt

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Fri Sep 12 13:34:55 UTC 2025
      22K bytes
     
  3. ConfusionMatrixDisplay — scikit-learn 1.7.2 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Fri Sep 12 13:34:53 UTC 2025
      150.1K bytes
      Cache
     
  4. Species distribution modeling — scikit-learn 1....

    "ascii" ) points = dict ( test = test , train = train ) for label...species . pts_test [ "dd long" ], species . pts_test [ "dd lat"...
    scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html
    Fri Sep 12 13:34:56 UTC 2025
      122.4K bytes
      Cache
     
  5. ハンズオンセクション 11 | DBFlute

    その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section11.html
    Tue Aug 12 02:41:09 UTC 2025
      19.7K bytes
      1 views
      Cache
     
  6. Nearest Neighbors regression — scikit-learn 1.7...

    axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Fri Sep 12 13:34:53 UTC 2025
      91.4K bytes
      Cache
     
  7. BuzzFeed

    Farrell Co-Star Test | First Roles Two icons, one test. Does Margot...Farrell Take A Co-Star Test Two icons, one test. Does Margot Robbie...
    www.buzzfeed.com/ca
    Sun Sep 14 00:23:34 UTC 2025
      863.8K bytes
      Cache
     
  8. KNeighborsClassifier — scikit-learn 1.7.2 docum...

    or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Fri Sep 12 13:34:53 UTC 2025
      156K bytes
      Cache
     
  9. AdaBoostClassifier — scikit-learn 1.7.2 documen...

    n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each boosting iteration....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Fri Sep 12 13:34:55 UTC 2025
      157.7K bytes
      Cache
     
  10. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...y_onehot_test = label_binarizer . transform ( y_test ) y_onehot_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Fri Sep 12 13:34:56 UTC 2025
      150.8K bytes
      Cache
     
Back to top