- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 1,146 for test (0.15 sec)
-
GraphicalLassoCV — scikit-learn 1.5.2 documenta...
: X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html -
model_evaluation.rst.txt
ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},...scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt -
Playground: Experiment with RAG applications wi...
pages: text = page.extract_text() pages.append(text) return..."properties": { "text": { "type": "text" }, "text_embedding": {...www.elastic.co/search-labs/blog/rag-playground-introduction -
StackingRegressor — scikit-learn 1.5.2 document...
train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.3... fit ( X , y , sample_weight...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html -
RegressorMixin — scikit-learn 1.5.2 documentation
n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html -
Your Mobile Data Is Being Gobbled Up By These A...
used the My Data Manager app to test data usage across the most popular...mobile data than any other app tested, gobbling up 193 MB for every...digg.com/data-viz/link/apps-use-most-mobile-data -
MLPRegressor — scikit-learn 1.5.2 documentation
X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... fit ( X , y ) [source]...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
Application Performance Monitoring (APM) with E...
and flaky tests with Elastic contributed open...Learn more Synthetic monitoring Test user journeys to deliver a great...www.elastic.co/observability/application-performance-monitoring -
LangChain4j with Elasticsearch as the embedding...
This is useful to run simple tests: EmbeddingStore<TextSegment>...<version>1.20.1</version> <scope>test</scope> </dependency> As you...www.elastic.co/search-labs/blog/langchain4j-elasticsearch-embedding-store -
EmpiricalCovariance — scikit-learn 1.5.2 docume...
: 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.EmpiricalCovariance.html