Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 912 for tests (0.11 sec)

  1. Linear Regression Example — scikit-learn 1.5.2 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Fri Sep 20 10:21:47 UTC 2024
      86.3K 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
    Fri Sep 20 10:21:48 UTC 2024
      84K bytes
      Cache
     
  3. LearningCurveDisplay — scikit-learn 1.5.2 docum...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Fri Sep 20 10:21:48 UTC 2024
      143.7K bytes
      Cache
     
  4. 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
    Thu Sep 05 19:06:22 UTC 2024
      35.8K bytes
      Cache
     
  5. Visualizations with Display Objects — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Fri Sep 20 10:21:47 UTC 2024
      111.5K bytes
      Cache
     
  6. 7.2. Real world datasets — scikit-learn 1.5.2 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Fri Sep 20 10:21:50 UTC 2024
      100.1K bytes
      Cache
     
  7. ValidationCurveDisplay — scikit-learn 1.5.2 doc...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Fri Sep 20 10:21:48 UTC 2024
      142.5K bytes
      Cache
     
  8. load_svmlight_files — scikit-learn 1.5.2 docume...

    target_test X_train , y_train , X_test , y_test = get_data ()...matrix X_test, it is essential that X_train and X_test have the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Thu Sep 19 14:56:27 UTC 2024
      110.8K bytes
      Cache
     
  9. 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/dev/computing/parallelism.html
    Wed Sep 18 20:56:24 UTC 2024
      61.3K bytes
      Cache
      Similar Results (1)
     
  10. Out-of-core classification of text documents — ...

    - tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Fri Sep 20 10:21:48 UTC 2024
      157K bytes
      Cache
     
Back to top