Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 552 for tests (0.09 sec)

  1. sklearn.ensemble.GradientBoostingClassifier — s...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Mon May 20 18:34:24 UTC 2024
      96.5K bytes
      Cache
     
  2. 1.6. Nearest Neighbors — scikit-learn 1.4.2 doc...

    X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...
    scikit-learn.org/stable/modules/neighbors.html
    Mon May 20 18:34:25 UTC 2024
      99.8K bytes
      Cache
     
  3. 1.13. Feature selection — scikit-learn 1.4.2 do...

    based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...
    scikit-learn.org/stable/modules/feature_selection.html
    Mon May 20 18:34:24 UTC 2024
      54.1K bytes
      Cache
     
  4. Normal, Ledoit-Wolf and OAS Linear Discriminant...

    for training n_test = 200 # samples for testing n_averages = 50...) X , y = generate_data ( n_test , n_features ) score_clf1 +=...
    scikit-learn.org/stable/auto_examples/classification/plot_lda.html
    Mon May 20 18:34:25 UTC 2024
      36K bytes
      Cache
     
  5. Classification of text documents using sparse f...

    predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Mon May 20 18:34:24 UTC 2024
      94.2K bytes
      Cache
     
  6. 10. Common pitfalls and recommended practices —...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/common_pitfalls.html
    Mon May 20 18:34:25 UTC 2024
      83K bytes
      Cache
     
  7. Kernel PCA — scikit-learn 1.4.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Mon May 20 18:34:25 UTC 2024
      44.1K bytes
      Cache
     
  8. sklearn.model_selection.PredefinedSplit — sciki...

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon May 20 18:34:24 UTC 2024
      26.6K bytes
      Cache
     
  9. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Mon May 20 18:34:25 UTC 2024
      115.7K bytes
      Cache
     
  10. Introducing the set_output API — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train ) X_test_scaled = scaler . transform ( X_test ) X_test_scaled...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Mon May 20 18:34:23 UTC 2024
      77K bytes
      Cache
     
Back to top