- Sort Score
- Num 10 results
- Language All
- Labels All
Results 231 - 240 of 2,473 for test (1.33 seconds)
-
minmax_scale — scikit-learn 1.7.2 documen...
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html -
Effective cloud-native Java app development wit...
run tests, and view test reports. See how you...application tests finish running, you can access the test reports...developer.ibm.com/articles/awb-effective-cloud-native-development-open-liberty-intellij-idea/ -
DummyRegressor — scikit-learn 1.7.2 docum...
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.DummyRegressor.html -
Shrinkage covariance estimation: LedoitWolf vs ...
) Compute the likelihood on test data # from scipy import linalg..."Error: negative log-likelihood on test data" ) # range shrinkage...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html -
preprocessing.rst.txt
K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...:math:`K_{test}(X, Y)` defined as: .. math:: K_{test}(X, Y) =...scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt -
maxabs_scale — scikit-learn 1.7.2 documen...
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html -
Build machine learning models with and without ...
split data into training and testing data sets, and building the...used. After evaluating on the test set, if the required accuracy...developer.ibm.com/articles/compare-model-building-with-and-without-automated-machine-learning/ -
OrthogonalMatchingPursuit — scikit-learn ...
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.linear_model.OrthogonalMatchingPursuit.html -
BeanOverride (Spring Framework 7.0.1 API)
test class, or test interface. For concrete...@Reflective (org.springframework.test.context.bean.override.BeanO...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/bean/ov... -
plot_hgbt_regression.py
shape[0]}") print(f"Test sample size: {X_test.shape[0]}")...slice(0, 336) # first week in the test set as 7 * 48 = 336 missing_fraction_list...scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py