Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 381 - 390 of 1,331 for test (0.19 sec)

  1. NBC News - Breaking Headlines and Video Reports...

    Zoe Malin Food and Drink We tested 30+ hot sauces, plus experts...World Boxing will require sex testing for fighters before championships...
    www.nbcnews.com
    Thu Aug 21 01:12:51 UTC 2025
      925.5K bytes
      Cache
     
  2. Single estimator versus bagging: bias-variance ...

    ( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Wed Aug 20 16:02:09 UTC 2025
      115.6K bytes
      Cache
     
  3. Installing scikit-learn — scikit-learn 1.7.1 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.11.7 tests mypy 1.15...1.15 tests pyamg 4.2.1 tests polars 0.20.30 docs, tests pyarrow...
    scikit-learn.org/stable/install.html
    Wed Aug 20 16:02:07 UTC 2025
      54K bytes
      Cache
     
  4. IsolationForest example — scikit-learn 1.7.1 do...

    X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Wed Aug 20 16:02:07 UTC 2025
      125.9K bytes
      Cache
     
  5. 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
    Wed Aug 20 16:02:08 UTC 2025
      156.8K bytes
      Cache
     
  6. 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
    Wed Aug 20 16:02:09 UTC 2025
      162.9K bytes
      Cache
     
  7. Underfitting vs. Overfitting — scikit-learn 1.7...

    plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Wed Aug 20 16:02:09 UTC 2025
      98.7K bytes
      Cache
     
  8. LeavePGroupsOut — scikit-learn 1.7.1 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Wed Aug 20 16:02:09 UTC 2025
      122.7K bytes
      Cache
     
  9. LeaveOneOut — scikit-learn 1.7.1 documentation

    Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Wed Aug 20 16:02:09 UTC 2025
      116.3K bytes
      Cache
     
  10. Post-hoc tuning the cut-off point of decision f...

    Series ( [ est . best_threshold_ for est in cv_results_tuned_model...value_counts () class tested_negative 500 tested_positive 268 Name:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Wed Aug 20 16:02:08 UTC 2025
      136.2K bytes
      Cache
     
Back to top