Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 371 - 380 of 1,456 for test (0.99 sec)

  1. CategoricalNB — scikit-learn 1.6.1 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Sat Apr 19 00:31:20 UTC 2025
      152.8K bytes
      Cache
     
  2. Ordinary Least Squares and Ridge Regression Var...

    plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Sat Apr 19 00:31:21 UTC 2025
      90.1K bytes
      Cache
     
  3. GaussianProcessClassifier — scikit-learn 1.6.1 ...

    {‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Sat Apr 19 00:31:22 UTC 2025
      148.1K bytes
      Cache
     
  4. Getting Started — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:22 UTC 2025
      48K bytes
      Cache
     
  5. LearningCurveDisplay — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:22 UTC 2025
      144.9K bytes
      Cache
     
  6. ConfusionMatrixDisplay — scikit-learn 1.6.1 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Sat Apr 19 00:31:21 UTC 2025
      148.6K bytes
      Cache
     
  7. LastaFlute移行 0.8.2 to 0.8.3 | LastaFlute

    [App]ActionDefTest にメソッドを二つ追加 test_injectedResourceDefi() と test_lastaPresentsSomethi()...test_lastaPresentsSomethi() の二つ。 test_injectedResourceDefi() @ResourceアノテーションによるDI定義のポリシーチェック...
    dbflute.seasar.org/ja/lastaflute/howto/upgrade/migration/lamig082to083.html
    Fri Apr 18 17:54:32 UTC 2025
      36.8K bytes
      1 views
      Cache
     
  8. 1.5. Stochastic Gradient Descent — scikit-learn...

    SGDClassifier ()) est . fit ( X_train ) est . predict ( X_test ) If your...( X_train ) X_test = scaler . transform ( X_test ) # apply same...
    scikit-learn.org/stable/modules/sgd.html
    Sat Apr 19 00:31:22 UTC 2025
      87.5K bytes
      Cache
     
  9. feature_selection.rst.txt

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Sat Apr 19 00:31:21 UTC 2025
      14.5K bytes
      3 views
     
  10. 7.2. Real world datasets — scikit-learn 1.6.1 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Sat Apr 19 00:31:21 UTC 2025
      99.5K bytes
      Cache
     
Back to top