Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 331 - 340 of 1,340 for test (0.06 sec)

  1. 7.1. Pipelines and composite estimators — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...score: { regr . score ( X_test , y_test ) : .2f } " ) R2 score:...
    scikit-learn.org/stable/modules/compose.html
    Tue Aug 19 13:22:51 UTC 2025
      114K bytes
      Cache
     
  2. PredefinedSplit — scikit-learn 1.7.1 documentation

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Tue Aug 19 13:22:49 UTC 2025
      115.7K bytes
      Cache
     
  3. IterativeImputer — scikit-learn 1.7.1 documenta...

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.IterativeImputer.html
    Tue Aug 19 13:22:48 UTC 2025
      151.5K bytes
      Cache
     
  4. MultiTaskLassoCV — scikit-learn 1.7.1 documenta...

    default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Tue Aug 19 13:22:51 UTC 2025
      162.9K bytes
      Cache
     
  5. Precision-Recall — scikit-learn 1.7.1 documenta...

    and test X_train , X_test , y_train , y_test = train_test_split...and test X_train , X_test , Y_train , Y_test = train_test_split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Tue Aug 19 13:22:48 UTC 2025
      151.3K bytes
      Cache
     
  6. Introducing the set_output API — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train ) X_test_scaled = scaler . transform ( X_test ) X_test_scaled...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Tue Aug 19 13:22:48 UTC 2025
      160.9K bytes
      Cache
     
  7. Comparing Target Encoder with Other Encoders — ...

    "rmse_test_mean" : rmse_test_score . mean (), "rmse_test_std"...= True , ) rmse_test_score = - result [ "test_score" ] rmse_train_score...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Tue Aug 19 13:22:51 UTC 2025
      156.8K bytes
      Cache
     
  8. Compare cross decomposition methods — scikit-le...

    ) X_test_r , Y_test_r = cca . transform ( X_test , Y_test ) Total...Y_train ) X_test_r , Y_test_r = plsca . transform ( X_test , Y_test...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Tue Aug 19 13:22:48 UTC 2025
      127.4K bytes
      Cache
     
  9. DBFlute Example (サンプル) | DBFlute

    MySQL dbflute-test-dbms-mysql PostgreSQL dbflute-test-dbms-postgresql...Oracle dbflute-test-dbms-oracle DB2 dbflute-test-dbms-db2 SQLServer...
    dbflute.seasar.org/ja/manual/reference/example/index.html
    Tue Aug 12 02:41:09 UTC 2025
      15.2K bytes
      47 views
      Cache
     
  10. Gradient Boosting Out-of-Bag estimates — scikit...

    -= test_score [ 0 ] test_best_iter = x [ np . argmin ( test_score...x = test_best_iter , color = test_color , linestyle = test_line...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Tue Aug 19 13:22:49 UTC 2025
      112K bytes
      Cache
     
Back to top