- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 371 - 380 of 1,456 for test (0.99 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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