- Sort Score
- Num 10 results
- Language All
- Labels All
Results 331 - 340 of 3,841 for test (2.66 seconds)
Filter
-
Entwicklung
OpenSearch-Plugins Tests Ausführen von Unit-Tests Alle Unit-Tests ausführen...Ausführen von Unit-Tests Schritt 4: Ausführen lokaler Tests Ausführen...fess.codelibs.org/de/development.html -
CategoricalNB — scikit-learn 1.8.0 documentation
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html -
StratifiedKFold — scikit-learn 1.8.0 documentation
Provides train/test indices to split data in train/test sets. This...index=[1 3] Test: index=[0 2] Fold 1: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html -
Profiles (Spring Framework 7.0.3 API)
String > isProfileActive) Test if this Profiles instance matches...String > isProfileActive) Test if this Profiles instance matches...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/env/Profiles.html -
ImportRuntimeHints (Spring Framework 7.0.3 API)
@ImportRuntimeHints can also be applied to any test class that uses the Spring TestContext...ApplicationContext . If several components or test classes refer to the same RuntimeHintsRegistra...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/annotation/I... -
Recurrent neural networks deep dive
Testing den Fed d, got d Fed e, got n Testing abs Fed...double max = 0.0 ; int best; int i, child; best = 0 ; sum = max =...developer.ibm.com/articles/cc-cognitive-recurrent-neural-networks/ -
Importance of Feature Scaling — scikit-learn 1....
3 } " ) Test accuracy for the unscaled PCA 35.19% Test accuracy...predict_proba ( X_test ) print ( "Test accuracy for the unscaled PCA"...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html -
MultinomialNB — scikit-learn 1.8.0 documentation
classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html -
MultiTaskLassoCV — scikit-learn 1.8.0 documenta...
default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html -
Building custom data preparation transforms in ...
code For testing, we will use a simple parquet test file, which...print(pq.read_table('test-data/input/test1.parquet').to_pandas()\...developer.ibm.com/tutorials/dpk-building-custom-transforms/