- Sort Score
- Num 10 results
- Language All
- Labels All
Results 221 - 230 of 3,841 for test (0.88 seconds)
Filter
-
DummyClassifier — scikit-learn 1.8.0 documentation
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html -
BeforeTransaction (Spring Framework 7.0.3 API)
@interface BeforeTransaction Test annotation which indicates that...transaction is started for a test method configured to run within...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/transac... -
permutation_test_score — scikit-learn 1.8.0 doc...
implements Test 1 in: Ojala and Garriga. Permutation Tests for Studying...splitting the dataset into train/test set. Changed in version 1.6:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html -
Ordinary Least Squares and Ridge Regression — s...
evaluate on a test set, and visualize the predictions....and target into training and test sets. from sklearn.datasets...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html -
Node.js in a Kubernets world
need to test your application. The development and test process...deploy, test a number of times. Check out our article on test-driven...developer.ibm.com/articles/nodejs-kubernetes-basics/ -
11. Common pitfalls and recommended practices —...
not the test dataset, so model performance on the test dataset...keeping the test and train data subsets separate. Test data should...scikit-learn.org/stable/common_pitfalls.html -
HandlerTypePredicate (Spring Framework 7.0.5 API)
Method Details test public boolean test ( @Nullable...Rossen Stoyanchev Nested Class Summary Nested Classes Modifier...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/method/HandlerTy... -
Contributing — scikit-learn 1.8.0 documentation
sklearn path/to/tests See also Testing and improving test coverage ....matplotlib-related tests # Test fixtures ensure that a set of tests will be...scikit-learn.org/stable/developers/contributing.html -
plot_multi_metric_evaluation.zip
("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip -
ShuffleSplit — scikit-learn 1.8.0 documentation
4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...0] Test: index=[3 5] Fold 3: Train: index=[3 4 1 0] Test: index=[5...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html