Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 824 for tests (1.39 sec)

  1. Plotting Learning Curves and Checking Models’ S...

    [ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Fri Oct 10 15:14:36 UTC 2025
      111.8K bytes
      1 views
      Cache
     
  2. fetch_rcv1 — scikit-learn 1.7.2 documentation

    test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Fri Oct 10 15:14:35 UTC 2025
      112K bytes
      Cache
     
  3. 7.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Fri Oct 10 15:14:35 UTC 2025
      84.4K bytes
      Cache
     
  4. Isotonic Regression — scikit-learn 1.7.2 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
    Fri Oct 10 15:14:35 UTC 2025
      114.1K bytes
      Cache
     
  5. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Mon Sep 15 10:51:17 UTC 2025
      30.5K bytes
      Cache
     
  6. PrecisionRecallDisplay — 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.PrecisionRecallDisplay.html
    Fri Oct 10 15:14:33 UTC 2025
      150K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.4 — sciki...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Fri Oct 10 15:14:36 UTC 2025
      176.2K bytes
      Cache
     
  8. fetch_20newsgroups — scikit-learn 1.7.2 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
    Fri Oct 10 15:14:36 UTC 2025
      119.5K bytes
      Cache
     
  9. Importance of Feature Scaling — scikit-learn 1....

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Fri Oct 10 15:14:33 UTC 2025
      122.5K bytes
      Cache
     
  10. ElasticNetCV — scikit-learn 1.7.2 documentation

    case the different values are tested by cross-validation and the...default=None Values of alphas to test along the regularization path,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Fri Oct 10 15:14:35 UTC 2025
      166.4K bytes
      Cache
     
Back to top