- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 361 - 370 of 931 for tests (0.12 sec)
-
Poisson regression and non-normal loss — scikit...
df_test = train_test_split ( df , test_size = 0.33 ,...df_test [ "Frequency" ], df_test [ "Frequency" ], df_test [ "Exposure"...scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.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 -
模範解答的なセクション 3 | DBFlute
@Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...HandyDate を使ってみましょう。 */ public void test_1() throws Exception { // ##...dbflute.seasar.org/ja/tutorial/handson/flower/flower03.html -
GaussianProcessClassifier — scikit-learn 1.6.1 ...
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html -
Failure of Machine Learning to infer causal eff...
X_test , y_train , y_test = train_test_split ( X ,...data into a training and a testing set. from sklearn.model_selection...scikit-learn.org/stable/auto_examples/inspection/plot_causal_interpretation.html -
Multilabel classification using a classifier ch...
X_test , Y_train , Y_test = train_test_split ( X ,...predict ( X_test ) ovr_jaccard_score = jaccard_score ( Y_test , Y_pred_ovr...scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html -
Developing scikit-learn estimators — scikit-lea...
predict ( X_test ) Depending on the nature of...private API and mostly used in tests. However, these tags expanded...scikit-learn.org/stable/developers/develop.html -
Novelty detection with Local Outlier Factor (LO...
X_outliers ) n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...# e.g. X_test, X_outliers or the meshgrid y_pred_test = clf ....scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html -
Subscriptions | Elastic Stack Products & Suppor...
Monitors Managed Test Execution Service 14 Private Testing Locations...Monitors Managed Test Execution Service 14 Private Testing Locations...www.elastic.co/subscriptions -
Sample pipeline for text feature extraction and...
) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html