Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 491 - 500 of 1,324 for test (0.35 sec)

  1. robust_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.robust_scale.html
    Mon Sep 15 09:31:45 UTC 2025
      112.9K bytes
      Cache
     
  2. ハンズオンセクション 11 | DBFlute

    その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section11.html
    Mon Sep 15 10:51:18 UTC 2025
      19.7K bytes
      1 views
      Cache
     
  3. LeavePOut — scikit-learn 1.7.2 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Mon Sep 15 09:31:45 UTC 2025
      116.4K bytes
      Cache
     
  4. Multilabel classification using a classifier ch...

    X_test , Y_train , Y_test = train_test_split ( X ,...predict ( X_test ) ovr_jaccard_score = jaccard_score ( Y_test , Y_pred_ovr...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Mon Sep 15 09:31:45 UTC 2025
      105.1K bytes
      Cache
     
  5. 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
    Mon Sep 15 09:31:45 UTC 2025
      122.4K bytes
      Cache
     
  6. Pipelining: chaining a PCA and a logistic regre...

    errorbar ( best_clfs [ components_col ], best_clfs [ "mean_test_score"...ents" is_max_test_score = pl . col ( "mean_test_score" ) == pl...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Mon Sep 15 09:31:46 UTC 2025
      97.2K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.6 — sciki...

    Many tests in the common test suite are updated...removed the _xfail_checks tag and tests which are expected to fail are...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html
    Mon Sep 15 09:31:46 UTC 2025
      110.6K bytes
      Cache
     
  8. Elastic Observability Labs

    and test statements in real-time, making...contributing to make it the best data collection platform for...
    www.elastic.co/observability-labs/blog/tag/opentelemetry
    Sat Sep 13 01:09:41 UTC 2025
      311.4K bytes
      Cache
     
  9. DetCurveDisplay — scikit-learn 1.7.2 documentation

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Mon Sep 15 09:31:44 UTC 2025
      137.8K bytes
      Cache
     
  10. Early stopping of Stochastic Gradient Descent —...

    y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Mon Sep 15 09:31:45 UTC 2025
      107.6K bytes
      Cache
     
Back to top