Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 1,305 for test (0.96 sec)

  1. 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 Oct 10 15:14:35 UTC 2025
      91.4K bytes
      Cache
     
  2. Permutation Importance vs Random Forest Feature...

    X_test , y_train , y_test = train_test_split ( X ,...( f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Fri Oct 10 15:14:36 UTC 2025
      195.3K bytes
      Cache
     
  3. CalibrationDisplay — scikit-learn 1.7.2 documen...

    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.calibration.CalibrationDisplay.html
    Fri Oct 10 15:14:33 UTC 2025
      141.4K bytes
      Cache
     
  4. 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
     
  5. 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
     
  6. Version 0.19 — scikit-learn 1.7.2 documentation

    best_estimator_.transform() instead of self.best_estim...Oli Blum . Enhancements # Our test suite and utils.estimator_c...
    scikit-learn.org/stable/whats_new/v0.19.html
    Tue Oct 07 17:07:16 UTC 2025
      176.5K bytes
      Cache
     
  7. 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
     
  8. 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
     
  9. 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
     
  10. 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
     
Back to top