- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 131 - 140 of 1,340 for test (1.08 sec)
-
Semantic search | Elastic
www.elastic.co/demo-gallery/semantic-search -
OneVsOneClassifier — scikit-learn 1.7.1 documen...
X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html -
Install Elasticsearch with RPM | Elastic Docs
Elasticsearch is tested on the listed platforms, but...node in your cluster. You can test this by running a curl command...www.elastic.co/docs/deploy-manage/deploy/self-managed/install-elasticsearch-with-rpm -
BayesianGaussianMixture — scikit-learn 1.7.1 do...
log-likelihood of new samples at test time. The shape depends on covariance_type...log-likelihood of new samples at test time. The shape depends on covariance_type...scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html -
KernelRidge — scikit-learn 1.7.1 documentation
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.kernel_ridge.KernelRidge.html -
Elasticsearch plugin for UBI: Analyze user beha...
plugin for UBI Load sample data Test the plugin A future article...to load a couple of books to test the plugin. This will create...www.elastic.co/search-labs/blog/elasticsearch-plugin-user-behavior-insights -
OAS — scikit-learn 1.7.1 documentation
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html -
LedoitWolf — scikit-learn 1.7.1 documentation
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html -
BernoulliNB — scikit-learn 1.7.1 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.BernoulliNB.html -
plot_classifier_comparison.ipynb
y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb