- Sort Score
- Num 10 results
- Language All
- Labels All
Results 661 - 670 of 2,542 for test (0.26 seconds)
-
NearestCentroid — scikit-learn 1.8.0 docu...
with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
fetch_20newsgroups_vectorized — scikit-le...
‘test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html -
Learn the basics of Python - IBM Developer
needed for testing and running the code, leaving test-specific...popular Python libraries for testing, database, and identity libraries....developer.ibm.com/articles/python-overview-and-basics/ -
MockitoResetTestExecutionListener (Spring Frame...
testContext - the test context in which the test method will be...testContext - the test context in which the test method was executed;...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/bean/ov... -
KNeighborsClassifier — scikit-learn 1.8.0...
or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.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 -
TestExecutionListeners (Spring Framework 7.0.1 ...
particular test class, its subclasses, and its nested classes....ContextConfiguration Nested Class Summary Nested Classes Modifier...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/TestExe... -
RadiusNeighborsClassifier — scikit-learn ...
or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html -
SmartHttpMessageConverter (Spring Framework 7.0...
(potentially generic) type to test for readability. The type source...Parameters: clazz - the class to test for readability mediaType -...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/converter/Smart... -
TimeSeriesSplit — scikit-learn 1.8.0 docu...
index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...1 2] Test: index=[3] Fold 3: Train: index=[0 1 2 3] Test: index=[4]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html