Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 430 of 1,331 for test (0.15 sec)

  1. 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
    Tue Aug 19 13:22:49 UTC 2025
      195.3K bytes
      Cache
     
  2. SelectFpr — scikit-learn 1.7.1 documentation

    a FPR test. FPR test stands for False Positive Rate test. It controls...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Tue Aug 19 13:22:48 UTC 2025
      132.7K bytes
      Cache
     
  3. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Tue Aug 19 13:22:49 UTC 2025
      98.2K bytes
      Cache
     
  4. CalibrationDisplay — scikit-learn 1.7.1 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
    Tue Aug 19 13:22:51 UTC 2025
      141.4K bytes
      Cache
     
  5. 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
    Wed Aug 20 16:02:08 UTC 2025
      150.8K bytes
      Cache
     
  6. PrecisionRecallDisplay — scikit-learn 1.7.1 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
    Mon Aug 18 14:44:58 UTC 2025
      150K bytes
      Cache
     
  7. 利用方法

    (dbflute:outside-sql-test) dbflute:outside-sql-test ゴールを実行すると、DBFlute...outside-sql-test.[sh|bat] が実行されます。 outside-sql-test については、DBFlute...
    dbflute.seasar.org/maven/plugin/ja/usage.html
    Tue Aug 12 02:41:09 UTC 2025
      24.7K bytes
      Cache
     
  8. RBF SVM parameters — scikit-learn 1.7.1 documen...

    best_params_ , grid . best_score_ ) ) The best parameters...and just applying it on the test set. from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Tue Aug 19 13:22:48 UTC 2025
      118.9K bytes
      Cache
     
  9. 模範解答的なセクション 3 | DBFlute

    @Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...HandyDate を使ってみましょう。 */ public void test_1() throws Exception { // ##...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower03.html
    Tue Aug 12 02:41:09 UTC 2025
      50.3K bytes
      Cache
     
  10. 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
    Tue Aug 19 13:22:49 UTC 2025
      122.5K bytes
      Cache
     
Back to top