- Sort Score
- Num 20 results
- Language All
- Labels All
Results 341 - 360 of 2,850 for test (1.52 seconds)
-
Plot classification probability — scikit-...
Round markers represent the test data that was predicted to belong...plotted. The round markers show the test data and are colored by their...scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html -
robust_scale — scikit-learn 1.8.0 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.robust_scale.html -
CalibratedClassifierCV — scikit-learn 1.8...
and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html -
check_cv — scikit-learn 1.8.0 documentation
test) splits as arrays of indices....cross-validator which generates the train/test splits via the split method....scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html -
EstimatorCheckFailedWarning — scikit-lear...
estimator check from the common tests fails. Parameters : estimator...Estimator instance for which the test failed. check_name str Name...scikit-learn.org/stable/modules/generated/sklearn.exceptions.EstimatorCheckFailedWarning.html -
Feature discretization — scikit-learn 1.8...
: name = [ get_name ( est [ 1 ]) for est in estimator . steps...points in solid colors and testing points semi-transparent. The...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html -
1.13. Feature selection — scikit-learn 1....
the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...scikit-learn.org/stable/modules/feature_selection.html -
Regularization path of L1- Logistic Regression ...
regularization on training and test error Effect of model regularization...regularization on training and test error Plot Ridge coefficients...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html -
Getting Started — scikit-learn 1.8.0 docu...
disclosing some testing data in your training data....dataset , split it into train and test sets, and compute the accuracy...scikit-learn.org/stable/getting_started.html -
plot_classifier_comparison.py
points in solid colors and testing points semi-transparent. The...classification accuracy on the test set. """ # Authors: The scikit-learn...scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py -
plot_hgbt_regression.zip
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/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip -
Recognizing hand-written digits — scikit-...
split the data into train and test subsets and fit a support vector...digit for the samples in the test subset. # flatten the images...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
KNeighborsRegressor — scikit-learn 1.8.0 ...
or None Test samples. If None , predictions...coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.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/ -
8.2. Real world datasets — scikit-learn 1...
list of the raw texts that can be fed to text feature extractors...with the text data, one first need to turn the text into vectors...scikit-learn.org/stable/datasets/real_world.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 -
Overview of IBM Enterprise Build of Quarkus - I...
shortening build–test cycles. Continuous testing provides immediate...with live coding, continuous testing, and a unified configuration...developer.ibm.com/articles/introducing-ibm-enterprise-build-quarkus/ -
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 -
Lucene Change Log
Internal test framework's tests are sensitive to previous test failures...McCandless) Tests (1) LUCENE-8035 : Run tests with...lucene.apache.org/core/7_5_0/changes/Changes.html -
Get started with IBM EASeJ - IBM Developer
the code in a Git branch and tests them locally. When they’re happy...changes also build and pass the tests in EASeJ. The developer then...developer.ibm.com/tutorials/get-started-easej/