Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 530 of 1,829 for test (0.12 sec)

  1. RegressorChain — scikit-learn 1.6.0 documentation

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Thu Dec 12 16:37:36 UTC 2024
      133.3K bytes
      Cache
     
  2. Digits Classification Exercise — scikit-learn 1...

    )] X_test = X_digits [ int ( 0.9 * n_samples ) :] y_test = y_digits..., y_train ) . score ( X_test , y_test )) print ( "LogisticRegression...
    scikit-learn.org/stable/auto_examples/exercises/plot_digits_classification_exercise.html
    Fri Dec 20 11:14:18 UTC 2024
      86.7K bytes
      Cache
     
  3. Univariate Feature Selection — scikit-learn 1.6...

    X_test , y_train , y_test = train_test_split ( X ,...format ( clf . score ( X_test , y_test ) ) ) svm_weights = np ....
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Fri Dec 20 11:14:18 UTC 2024
      106.3K bytes
      Cache
     
  4. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Tue Nov 12 15:10:59 UTC 2024
      30.5K bytes
      Cache
     
  5. Health News: Disease, Nutrition, Healthcare & M...

    NBC Fitness The best workout leggings, tested by editors and experts...hospitalized for observation and testing after developing a fever 3h...
    www.nbcnews.com/health
    Tue Dec 24 00:50:33 UTC 2024
      1M bytes
      Cache
     
  6. 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/fesslasta.html
    Tue Nov 12 15:10:59 UTC 2024
      23.9K bytes
      1 views
      Cache
     
  7. robust_scale — scikit-learn 1.6.0 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Fri Dec 20 11:14:14 UTC 2024
      113.2K bytes
      Cache
     
  8. ハンズオンニュース | DBFlute

    -- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...With - Text Editor" で開いて修正します。ただし、その後ダブルクリックしても Text Editor ...
    dbflute.seasar.org/ja/tutorial/handson/news.html
    Tue Nov 12 15:10:59 UTC 2024
      21.3K bytes
      1 views
      Cache
     
  9. Feature importances with a forest of trees — sc...

    X_test , y_train , y_test = train_test_split ( X ,...permutation_importance ( forest , X_test , y_test , n_repeats = 10 , random_state...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html
    Fri Dec 20 11:14:18 UTC 2024
      113.6K bytes
      Cache
     
  10. 1.9. Naive Bayes — scikit-learn 1.6.0 documenta...

    X_test , y_train , y_test = train_test_split ( X ,...: %d " ... % ( X_test . shape [ 0 ], ( y_test != y_pred ) . sum...
    scikit-learn.org/stable/modules/naive_bayes.html
    Mon Dec 23 08:41:44 UTC 2024
      56.2K bytes
      Cache
     
Back to top