- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 301 - 310 of 931 for tests (0.11 sec)
-
Baba Entertainment uses Elastic for gaming data...
Increased sales with real-time testing insights Sales increased 15%...from real-time customer A/B testing using Elastic Enterprise Search...www.elastic.co/customer/baba-entertainment -
Examples — scikit-learn 1.6.1 documentation
Comparison of F-test and mutual information Comparison of F-test and mutual...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/index.html -
Select | Deals, Tips and Product Reviews | Sele...
tested by editors These expert-recommended...three language learning apps, tested by an editor Courtesy Zoe Malin...www.nbcnews.com/select -
Generative AI - Elasticsearch Labs
2025 Testing DeepSeek R1 locally for RAG...RAG systems How to deploy and test the new Apple Models and build...www.elastic.co/search-labs/blog/category/generative-ai -
feature_selection.rst.txt
based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
robust_scale — scikit-learn 1.6.1 documentation
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 -
Comparison of Calibration of Classifiers — scik...
X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html -
Restricted Boltzmann Machine features for digit...
X_test , Y_train , Y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split from sklearn.preprocessing...scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html -
Probability Calibration for 3-class classificat...
y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_score = log_loss ( y_test , cal_clf_probs...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html -
Image denoising using kernel PCA — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html