Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 587 for tests (0.09 sec)

  1. 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
     
  2. Overview

    outside-sql-test : Runs outside-sql-test.[sh|bat]. replace-schema...jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/
    Mon Mar 18 15:47:34 UTC 2024
      10.4K bytes
      Cache
      Similar Results (1)
     
  3. Friends - Fess+Lasta | DBFlute

    |-src/main/resources |-src/test/java |-src/test/resources |- ... fess...Solrのためのコンポーネント | |-src/test/java |-src/test/resources |- ... fess...
    dbflute.seasar.org/ja/manual/topic/friends/fess...
    Mon Mar 18 15:47:33 UTC 2024
      23.9K bytes
      1 views
      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. Quick start | Elasticsearch Guide [8.13] | Elastic

    you prefer to manage your own test environment, install and run...start, which makes sense for testing and development. Refer to Install...
    www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.html
    Thu May 09 14:03:31 UTC 2024
      45.4K bytes
      Cache
     
  9. 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
     
  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