- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 802 for tests (0.31 sec)
-
auto_examples_jupyter.zip
X_test, y_train, y_test = train_test_split(\n X, y, test_size=0.25,...\"%(n_test)6d test docs (%(n_test_pos)6d positive) \" % test_stats\n...scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip -
Feature Selection — scikit-learn 1.7.2 document...
scikit-learn.org/stable/auto_examples/feature_selection/index.html -
java-editor-templates.xml
test_junit4 Test @${testType:newType(org.junit.Test)} public...false test method true org.eclipse.jdt.ui.templates.test test...dbflute.seasar.org/download/patch/handson/20140921_templates/java-editor-templates.xml -
Las Vegas' growing mosquito problem is 'a ticki...
record number of mosquitoes that tested positive for the virus in and...far, even as mosquitoes have tested positive for the virus in certain...www.nbcnews.com/science/science-news/las-vegas-mosquito-problem-explained-rcna225002 -
SelectFpr — scikit-learn 1.7.2 documentation
a FPR test. FPR test stands for False Positive Rate test. It controls...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.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 -
From Uptime to Synthetics in Elastic: Your migr...
project named synthetic-project-test in the current directory. npx...@elastic/synthetics init synthetic-project-test Follow the prompt instructions...www.elastic.co/observability-labs/blog/uptime-to-synthetics-guide -
1.6. Nearest Neighbors — scikit-learn 1.7.2 doc...
X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...scikit-learn.org/stable/modules/neighbors.html -
plot_release_highlights_1_7_0.zip
y_val = train_test_split(X, y, test_size=0.2, random_state=0)...y_train, y_val = train_test_split(X, y, test_size=0.2, random_state=0)\n\nclf...scikit-learn.org/stable/_downloads/0f052545c78541815099d62501f25a9e/plot_release_highlights_1_7_0... -
Explicit feature map approximation for RBF kern...
the second half: data_test , targets_test = ( data [ n_samples...2 :]) # data_test = scaler.transform(data_test) # Create a classifier:...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html