- Sort Score
- Num 10 results
- Language All
- Labels All
Results 631 - 640 of 2,653 for test (2.12 seconds)
-
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 -
LarsCV — scikit-learn 1.7.2 documentation
test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html -
LeavePGroupsOut — scikit-learn 1.7.2 docu...
test ndarray The testing set indices for that...cross-validator. Provides train/test indices to split data according...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html -
Kernel PCA — scikit-learn 1.7.2 documenta...
set_title ( "Testing data" ) The samples from...orig_data_ax . set_title ( "Testing data" ) pca_proj_ax ....scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html -
Effective cloud native development with Liberty...
run tests, and view test reports. Liberty dev...application tests finish running, you can access the test reports...developer.ibm.com/articles/awb-effective-cloud-native-development-open-liberty-vs-code/ -
ContextConfigurationAttributes (Spring Framewor...
test.context.ContextConfiguration...ContextConfiguration instance for the test class that declared the @ContextConfiguration...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/Context... -
IfProfileValue (Spring Framework 7.0.0 API)
whether the annotated test class or test method is enabled or...name() , the test will be enabled. Otherwise, the test will be disabled...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/annotation/IfPr... -
LeaveOneOut — scikit-learn 1.7.2 document...
Provides train/test indices to split data in train/test sets. Each...index=[1] Test: index=[0] Fold 1: Train: index=[0] Test: index=[1]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html -
PredefinedSplit — scikit-learn 1.7.2 docu...
Provides train/test indices to split data into train/test sets using...index=[1 2 3] Test: index=[0] Fold 1: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html -
L1-based models for Sparse Signals — scik...
split the data into train and test sets for simplicity. In practice...estimate the variance of the test score. Here we set shuffle="False"...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html