Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 171 for tests (0.14 sec)

  1. Google Cloud Storage Connector | Enterprise Sea...

    Connector testing for more details. To perform E2E testing for the...NAME=google_cloud_storage For faster tests, add the DATA_SIZE=small flag:...
    www.elastic.co/guide/en/enterprise-search/current/connectors-google-cloud.html
    Wed Jun 05 13:35:40 UTC 2024
      34.2K bytes
      Cache
     
  2. 6.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Wed Jun 05 23:00:24 UTC 2024
      88.4K bytes
      Cache
     
  3. Version 0.13 — scikit-learn 1.5.0 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/stable/whats_new/v0.13.html
    Wed Jun 05 23:00:22 UTC 2024
      76.8K bytes
      Cache
      Similar Results (1)
     
  4. 7.4. Loading other datasets — scikit-learn 1.5....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Wed Jun 05 23:00:22 UTC 2024
      65.9K bytes
      Cache
     
  5. 8.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/stable/computing/parallelism.html
    Wed Jun 05 23:00:23 UTC 2024
      66.2K bytes
      Cache
      Similar Results (1)
     
  6. Crafting a minimal reproducer for scikit-learn ...

    the train_test_split X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test ) other_score = gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Wed Jun 05 00:53:44 UTC 2024
      66.2K bytes
      Cache
      Similar Results (1)
     
  7. Getting Started — scikit-learn 1.5.0 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
    Wed Jun 05 23:00:24 UTC 2024
      52.8K bytes
      Cache
     
  8. Getting Started — scikit-learn 1.6.dev0 documen...

    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/dev/getting_started.html
    Wed Jun 05 23:00:21 UTC 2024
      49.1K bytes
      Cache
     
  9. 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
    Wed Jun 05 23:00:22 UTC 2024
      92.8K bytes
      Cache
     
  10. Supervised learning: predicting an output varia...

    iris_X_test = iris_X [ indices [ - 10 :]] >>> iris_y_test = iris_y...predict ( diabetes_X_test ) - diabetes_y_test ) ** 2 ) 2004.5......
    scikit-learn.org/stable/tutorial/statistical_inference/supervised_learning.html
    Wed Jun 05 00:53:45 UTC 2024
      77.2K bytes
      Cache
     
Back to top