- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 171 - 180 of 1,345 for test (0.17 sec)
-
plot_classifier_comparison.ipynb
y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
chi2 — scikit-learn 1.7.0 documentation
with the highest values for the test chi-squared statistic from X,.... Recall that the chi-square test measures dependence between...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html -
TransformedTargetRegressor — scikit-learn 1.7.0...
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html -
GaussianNB — scikit-learn 1.7.0 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.GaussianNB.html -
Creating Judgement Lists with Quepid - Elastics...
also known as a test collection. Metrics computed...Advanced configuration options), test the connection by clicking on...www.elastic.co/search-labs/blog/quepid-judgement-lists -
Trump to decide on Iran strike within two weeks
Starship explodes during ground test 01:31 Seven men charged in U.S....02:11 Get more news Live on Best of NBC News Play All NBC News...www.nbcnews.com/nightly-news/video/trump-to-decide-on-iran-strike-within-two-weeks-241937477745 -
plot_release_highlights_1_6_0.zip
# - Many tests in the common test suite are updated...more details.\n- Many tests in the common test suite are updated...scikit-learn.org/stable/_downloads/151e78f803ff9f3154dd7dbbaf45e0b0/plot_release_highlights_1_6_0... -
3.4. Metrics and scoring: quantifying the quali...
(pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},\]...scikit-learn.org/stable/modules/model_evaluation.html -
DecisionTreeRegressor — scikit-learn 1.7.0 docu...
splitter {“best”, “random”}, default=”best” The strategy used...Supported strategies are “best” to choose the best split and “random”...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html -
RegressorMixin — scikit-learn 1.7.0 documentation
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html