- Sort Score
- Num 10 results
- Language All
- Labels All
Results 211 - 220 of 2,934 for test (0.29 seconds)
-
RepeatedStratifiedKFold — scikit-learn 1....
index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...index=[1 3] Test: index=[0 2] Fold 3: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
train_test_split — scikit-learn 1.8.0 doc...
on a Text Dataset Semi-supervised Classification on a Text Dataset...matrices into random train and test subsets. Quick utility that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
LassoCV — scikit-learn 1.8.0 documentation
default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html -
ModelAndViewAssert (Spring Framework 7.0.3 API)
test.web.ModelAndViewAssert public...assertions intended to simplify testing scenarios dealing with Spring...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/ModelAndVie... -
GroupKFold — scikit-learn 1.8.0 documenta...
test ndarray The testing set indices for that...will appear exactly once in the test set across all folds (the number...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html -
validation_curve — scikit-learn 1.8.0 doc...
Determine training and test scores for varying parameter...splitting the dataset into train/test set. Only used in conjunction...scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html -
Open Source Full-text Search Server - Fess Deve...
Testing Create and run unit tests to verify changes...# JSP files │ └── test/ │ └── java/ # Test code ├── pom.xml #...fess.codelibs.org/dev/getting-started.html -
Development
Running Unit Tests Step 4: Run Local Tests Running Unit Tests Running...Plugins Testing Running Unit Tests Running All Unit Tests Running...fess.codelibs.org/development.html -
Multiclass sparse logistic regression on 20newg...
[model=One versus Rest, solver=saga] Number of epochs: 3 Test accuracy...np . concatenate ([ est . coef_ for est in clf . estimators_...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html -
Mastering data persistence with Quarkus - IBM D...
Test your persistence layer Testing is essential...when you run your tests. This means you test against the same...developer.ibm.com/tutorials/quarkus-basics-03/