Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 912 for tests (0.61 sec)

  1. Receiver Operating Characteristic (ROC) with cr...

    X [ test ], y [ test ], name = f "ROC fold..., 6 )) for fold , ( train , test ) in enumerate ( cv . split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html
    Fri Sep 20 10:21:47 UTC 2024
      97.1K bytes
      Cache
     
  2. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Fri Sep 20 10:21:47 UTC 2024
      89.5K bytes
      Cache
     
  3. Recognizing hand-written digits — scikit-learn ...

    and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Fri Sep 20 10:21:48 UTC 2024
      98.2K bytes
      Cache
     
  4. Elastic Zoom connector reference | Enterprise S...

    Connector testing for more details. To perform E2E testing for the...Client operations End-to-end Testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-zoom.html
    Tue Sep 10 20:27:13 UTC 2024
      52.9K bytes
      Cache
     
  5. Elastic Google Drive connector reference | Ente...

    Connector testing for more details. To perform E2E testing for the...more information. End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-google-drive.html
    Thu Sep 05 19:06:22 UTC 2024
      52.9K bytes
      Cache
     
  6. Elastic S3 connector reference | Enterprise Sea...

    Connector testing for more details. To execute a functional test for...Content extraction . End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-s3.html
    Tue Sep 10 20:27:13 UTC 2024
      52.4K bytes
      1 views
      Cache
     
  7. Poisson regression and non-normal loss — scikit...

    df_test = train_test_split ( df , test_size = 0.33 ,...df_test [ "Frequency" ], df_test [ "Frequency" ], df_test [ "Exposure"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Fri Sep 20 10:21:48 UTC 2024
      165.6K bytes
      Cache
     
  8. Elastic Observability [8.15] | Elastic

    Write a synthetic test Write a synthetic test to check critical...browser monitors Write a synthetic test Configure individual monitors...
    www.elastic.co/guide/en/observability/current/index.html
    Fri Sep 13 19:09:01 UTC 2024
      71.5K bytes
      Cache
     
  9. 4.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Fri Sep 20 10:21:48 UTC 2024
      56.6K bytes
      Cache
     
  10. RBF SVM parameters — scikit-learn 1.5.2 documen...

    and just applying it on the test set. from sklearn.preprocessing...StratifiedShuffleSpl ( n_splits = 5 , test_size = 0.2 , random_state =...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Fri Sep 20 10:21:47 UTC 2024
      115.1K bytes
      Cache
     
Back to top