- Sort Score
- Num 10 results
- Language All
- Labels All
Results 401 - 410 of 1,694 for tests (0.48 seconds)
-
Faces recognition example using eigenfaces and ...
set and a test and keep 25% of the data for testing. X_train ,...of the model quality on the test set print ( "Predicting...scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html -
Partial Dependence and Individual Conditional E...
model and the second year to test the model. mask_training = X...if idx == 0.0 else '2011 (test set)' } " ) ax . set_ylim...scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html -
Uses of Package org.springframework.core.annota...
integration testing support that is agnostic of the actual testing framework...execution. org.springframework.test.context This package contains...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/annotation/pack... -
Fine-tune a Granite model using InstructLab - I...
Serve and test the granite model To test the model, you...Copied! Step 7. Test the trained granite-7b model Test the granite...developer.ibm.com/tutorials/awb-fine-tune-granite-model-instructlab/ -
plot_classifier_comparison.ipynb
points in solid colors and testing points\nsemi-transparent. The...classification accuracy on the test\nset.\n" ] }, { "cell_type":...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
train_test_split — scikit-learn 1.8.0 doc...
matrices into random train and test subsets. Quick utility that...the dataset to include in the test split. If int, represents the...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
Where do you get your Java? - IBM Developer
have been tested with Oracle's proprietary TCK tests to be able...could not pass those tests if tested). If you are concerned about...developer.ibm.com/articles/awb-where-do-you-get-your-java/ -
Installing scikit-learn — scikit-learn 1....
2 tests pytest-cov 2.9.0 tests ruff 0.11.7 tests mypy 1.15...1.15 tests pyamg 5.0.0 tests polars 0.20.30 docs, tests pyarrow...scikit-learn.org/stable/install.html -
Gradient Boosting Out-of-Bag estimates — ...
X_train [ test ], y_train [ test ]) val_scores /= n_splits...pessimistic estimator of the true test loss, but remains a fairly good...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
Lagged features for time series forecasting ...
"test_" ): metric = key . split ( "test_"..."test_" ): metric = key . split ( "test_"...scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html