Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 859 for tests (0.05 sec)

  1. Elastic APM agent configuration API | Elastic Docs

    nts { "service": { "name": "test-service", "environment": "all"...including the service name "test-service": curl -i http://12...
    www.elastic.co/docs/solutions/observability/apm/elastic-apm-agent-configuration-api
    Tue Nov 04 17:37:31 UTC 2025
      361.6K bytes
      Cache
     
  2. Examples of Using FrozenEstimator — scikit-lear...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )[:, 1 ] clf_score = brier_score_loss ( y_test , prob_pos_clf...
    scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html
    Sat Nov 08 10:35:05 UTC 2025
      100.9K bytes
      Cache
     
  3. Gaussian processes on discrete data structures ...

    ) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Sat Nov 08 10:35:04 UTC 2025
      120.9K bytes
      1 views
      Cache
     
  4. StratifiedKFold — scikit-learn 1.7.2 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Sat Nov 08 10:35:05 UTC 2025
      124.7K bytes
      Cache
     
  5. DetCurveDisplay — scikit-learn 1.7.2 documentation

    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.metrics.DetCurveDisplay.html
    Sat Nov 08 10:35:05 UTC 2025
      137.8K bytes
      Cache
     
  6. RepeatedStratifiedKFold — scikit-learn 1.7.2 do...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Sat Nov 08 10:35:05 UTC 2025
      121.6K bytes
      Cache
     
  7. Feature discretization — scikit-learn 1.7.2 doc...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Sat Nov 08 10:35:04 UTC 2025
      128.7K bytes
      Cache
     
  8. Probability calibration of classifiers — scikit...

    y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Sat Nov 08 10:35:04 UTC 2025
      109.3K bytes
      Cache
     
  9. Early stopping of Stochastic Gradient Descent —...

    y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Sat Nov 08 10:35:04 UTC 2025
      107.6K bytes
      Cache
     
  10. Comparing random forests and the multi-output m...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) y_rf = regr_rf . predict ( X_test ) # Plot the...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Sat Nov 08 10:35:04 UTC 2025
      98.6K bytes
      Cache
     
Back to top