Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 857 for tests (0.05 sec)

  1. AdaBoostClassifier — scikit-learn 1.7.0 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
    Mon Jun 30 13:50:28 UTC 2025
      158.1K bytes
      Cache
     
  2. DummyClassifier — scikit-learn 1.7.0 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Mon Jun 30 13:50:28 UTC 2025
      143K bytes
      Cache
     
  3. Overview of multiclass training meta-estimators...

    "DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"..."OneVsOneClassifier" : cv_results_ovo [ "test_score" ], "OneVsRestClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Mon Jun 30 13:50:30 UTC 2025
      114.3K bytes
      Cache
     
  4. Partial Dependence and Individual Conditional E...

    ( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Mon Jun 30 13:50:29 UTC 2025
      228.7K bytes
      Cache
     
  5. Pipeline ANOVA SVM — scikit-learn 1.7.0 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Mon Jun 30 13:50:27 UTC 2025
      116.5K bytes
      Cache
     
  6. Isotonic Regression — scikit-learn 1.7.0 docume...

    plot ( x_test , ir . predict ( x_test ), "C1-" ) ax1 ....noisy data (n= %d )" % n ) x_test = np . linspace ( - 10 , 110...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Mon Jun 30 13:50:27 UTC 2025
      114.1K bytes
      Cache
     
  7. fetch_20newsgroups — scikit-learn 1.7.0 documen...

    test’ for the test set, ‘all’ for both,...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Mon Jun 30 13:50:30 UTC 2025
      119.5K bytes
      Cache
     
  8. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Fri Jun 13 09:55:28 UTC 2025
      30.5K bytes
      Cache
     
  9. TunedThresholdClassifierCV — scikit-learn 1.7.0...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Mon Jun 30 13:50:27 UTC 2025
      148.4K bytes
      Cache
     
  10. GridSearchCV — scikit-learn 1.7.0 documentation

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...'mean_test_score' : [ 0.81 , 0.60 , 0.75 , 0.85 ], 'std_test_score'...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Mon Jun 30 13:50:28 UTC 2025
      184.7K bytes
      Cache
     
Back to top