- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 521 - 530 of 1,829 for test (0.12 sec)
-
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 -
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 -
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 -
Swaggerの環境セットアップ | LastaFlute
実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html -
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 -
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 -
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 -
ハンズオンニュース | DBFlute
-- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...With - Text Editor" で開いて修正します。ただし、その後ダブルクリックしても Text Editor ...dbflute.seasar.org/ja/tutorial/handson/news.html -
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 -
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