Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 461 - 470 of 1,271 for test (0.21 sec)

  1. Early stopping in Gradient Boosting — scikit-le...

    y_val = train_test_split ( X , y , test_size = 0.2 , random_state...sklearn.model_selection import train_test_split data = fetch_california_housing...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html
    Mon Oct 20 15:12:27 UTC 2025
      108.1K bytes
      Cache
     
  2. HTTP configuration options | APM Java Agent Ref...

    its URL will be tested against each element in this...the request headers will be tested against each element in this...
    www.elastic.co/guide/en/apm/agent/java/current/config-http.html
    Mon Oct 20 16:31:25 UTC 2025
      26.5K bytes
      Cache
     
  3. 1.13. Feature selection — scikit-learn 1.7.2 do...

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/modules/feature_selection.html
    Mon Oct 20 15:12:25 UTC 2025
      73.8K bytes
      Cache
     
  4. Lasta Di (DIコンテナ) | DBFlute

    switch component 'mystic' in unit test @Directory |-src/main/resources...sea.xml // in production | |-src/test/resources |- sea+mystic.xml...
    dbflute.seasar.org/ja/lastaflute/lastadi/index.html
    Mon Sep 15 10:51:17 UTC 2025
      22.9K bytes
      Cache
     
  5. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Mon Oct 20 15:12:27 UTC 2025
      97.9K bytes
      Cache
     
  6. Effect of varying threshold for self-training —...

    train_index ] X_test = X [ test_index ] y_test = y [ test_index ] y_test_true...y_test_true = y_true [ test_index ] self_training_clf . fit (...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Mon Oct 20 15:12:25 UTC 2025
      102.7K bytes
      Cache
     
  7. Caching nearest neighbors — scikit-learn 1.7.2 ...

    cv_results_ [ "mean_test_score" ], yerr = grid_model...grid_model . cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Mon Oct 20 15:12:27 UTC 2025
      93.5K bytes
      Cache
     
  8. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...definitions: \(\text{FPR} = \frac{\text{FP}}{\text{FP} + \text{TN}}\)...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Mon Oct 20 15:12:25 UTC 2025
      101.8K bytes
      Cache
     
  9. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Mon Oct 20 15:12:26 UTC 2025
      98.1K bytes
      1 views
      Cache
     
  10. Getting Started — scikit-learn 1.7.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/getting_started.html
    Mon Oct 20 15:12:26 UTC 2025
      49.7K bytes
      Cache
     
Back to top