Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 80 of 892 for test (0.18 sec)

  1. QuadraticDiscriminantAnalysis — scikit-learn 1....

    n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Fri Jul 11 17:08:39 UTC 2025
      141.6K bytes
      Cache
     
  2. AdaBoostClassifier — scikit-learn 1.7.0 documen...

    n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each boosting iteration....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Fri Jul 11 17:08:41 UTC 2025
      158.1K bytes
      Cache
     
  3. Observability: Get Started creating a synthetic...

    organizations to proactively test and monitor applications by...if the website or app being tested are accessible from: Elastic's...
    www.elastic.co/getting-started/observability/create-synthetic-monitor
    Sat Jul 12 01:13:34 UTC 2025
      374.3K bytes
      Cache
     
  4. CalibratedClassifierCV — scikit-learn 1.7.0 doc...

    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
    Fri Jul 11 17:08:38 UTC 2025
      154.7K bytes
      Cache
     
  5. StratifiedKFold — scikit-learn 1.7.0 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Fri Jul 11 17:08:41 UTC 2025
      124.7K bytes
      Cache
     
  6. Longer context ≠ Better: Why RAG still matters ...

    some statements to put to the test: Convenience : Not many models...and hybrid search . Test definition Model/RAG specs LLM Model:...
    www.elastic.co/search-labs/blog/rag-vs-long-context-model-llm
    Sat Jul 12 01:14:09 UTC 2025
      199.6K bytes
      Cache
     
  7. plot_hgbt_regression.py

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Fri Jul 11 17:08:41 UTC 2025
      16.3K bytes
     
  8. ElasticNet — scikit-learn 1.7.0 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.linear_model.ElasticNet.html
    Fri Jul 11 17:08:41 UTC 2025
      166.1K bytes
      Cache
     
  9. RepeatedKFold — scikit-learn 1.7.0 documentation

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Fri Jul 11 17:08:38 UTC 2025
      119.4K bytes
      Cache
     
  10. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=42)...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Fri Jul 11 17:08:39 UTC 2025
      52.9K bytes
     
  11. GraphicalLassoCV — scikit-learn 1.7.0 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
    Fri Jul 11 17:08:39 UTC 2025
      139.9K bytes
      Cache
     
  12. KNeighborsRegressor — scikit-learn 1.7.0 docume...

    or None Test samples. If None , predictions...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Fri Jul 11 17:08:41 UTC 2025
      152K bytes
      Cache
     
  13. f_regression — scikit-learn 1.7.0 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Fri Jul 11 17:08:38 UTC 2025
      118.1K bytes
      Cache
     
  14. Feature Selection — scikit-learn 1.7.0 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Fri Jul 11 17:08:38 UTC 2025
      76.6K bytes
      Cache
     
  15. Get started with generative AI free | Elastic

    Test out ingesting your data, build...Configure, select field mappings, and test vector and semantic search with...
    www.elastic.co/cloud/generative-ai-trial-overview
    Sat Jul 12 00:48:21 UTC 2025
      580.5K bytes
      1 views
      Cache
     
  16. Elasticsearch vs. OpenSearch: Vector Search Per...

    undertaken this performance testing to provide a clear, data-driven...Kubernetes manifests for running the tests. The results detailed in this...
    www.elastic.co/search-labs/blog/elasticsearch-opensearch-vector-search-performance-comparison
    Sat Jul 12 01:14:20 UTC 2025
      235.5K bytes
      1 views
      Cache
     
  17. OrthogonalMatchingPursuit — scikit-learn 1.7.0 ...

    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.linear_model.OrthogonalMatchingPursuit.html
    Fri Jul 11 17:08:39 UTC 2025
      134.2K bytes
      2 views
      Cache
     
  18. ElasticNetCV — scikit-learn 1.7.0 documentation

    are tested by cross-validation and the one giving the best prediction...default=None Values of alphas to test along the regularization path,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Fri Jul 11 17:08:39 UTC 2025
      166.7K bytes
      Cache
     
  19. 7.3. Preprocessing data — scikit-learn 1.7.0 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Fri Jul 11 17:08:38 UTC 2025
      198.2K bytes
      Cache
     
  20. Elastic Cloud Hosted pricing | Elastic

    Monitoring browser tests are $0.0123 per test run (metered in 60...simultaneous test run capacity (~2.6 billion tests per month)....
    www.elastic.co/pricing/cloud-hosted
    Sat Jul 12 01:14:42 UTC 2025
      476.3K bytes
      Cache
     
Back to top