Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 140 of 1,271 for test (0.28 sec)

  1. chi2 — scikit-learn 1.7.2 documentation

    with the highest values for the test chi-squared statistic from X,.... Recall that the chi-square test measures dependence between...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Wed Nov 05 14:36:33 UTC 2025
      111.2K bytes
      Cache
     
  2. 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
    Tue Nov 04 06:34:50 UTC 2025
      5.7K bytes
     
  3. World's most downloaded vector database: Elasti...

    "my_text" : { "type" : "text" }, "category": {...retrieval in a single query. Test RAG fast — no setup needed Stop...
    www.elastic.co/elasticsearch/vector-database
    Thu Nov 06 00:40:00 UTC 2025
      581.7K bytes
      1 views
      Cache
     
  4. GaussianNB — scikit-learn 1.7.2 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.GaussianNB.html
    Wed Nov 05 14:36:36 UTC 2025
      155.1K bytes
      Cache
     
  5. cross_val_predict — scikit-learn 1.7.2 document...

    sample belongs to exactly one test set, and its prediction is computed...cross_val_score unless all tests sets have equal size and the...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Wed Nov 05 14:36:33 UTC 2025
      120.3K bytes
      Cache
     
  6. LinearRegression — scikit-learn 1.7.2 documenta...

    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.LinearRegression.html
    Wed Nov 05 14:36:35 UTC 2025
      151.3K bytes
      Cache
     
  7. Elastic Cloud InfoSec Overview _ Templated

    which are tested on at least an annual basis. Tests are unique...layer penetration testing, segmentation testing, and secure code...
    www.elastic.co/pdf/elastic-cloud-security-guide.pdf
    Wed Nov 05 00:28:32 UTC 2025
      694.2K bytes
     
  8. RegressorMixin — scikit-learn 1.7.2 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.base.RegressorMixin.html
    Wed Nov 05 14:36:32 UTC 2025
      115.7K bytes
      Cache
     
  9. BernoulliNB — scikit-learn 1.7.2 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
    Wed Nov 05 14:36:35 UTC 2025
      152K bytes
      Cache
     
  10. MultiOutputRegressor — scikit-learn 1.7.2 docum...

    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.multioutput.MultiOutputRegressor.html
    Wed Nov 05 14:36:32 UTC 2025
      146.1K bytes
      Cache
     
  11. RFECV — scikit-learn 1.7.2 documentation

    test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Wed Nov 05 14:36:33 UTC 2025
      158.4K bytes
      Cache
     
  12. NuSVR — scikit-learn 1.7.2 documentation

    expected shape of X is (n_samples_test, n_samples_train). Returns :...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Sat Nov 01 09:15:33 UTC 2025
      142.4K bytes
      Cache
     
  13. 1.17. Neural network models (supervised) — scik...

    transformation to test data >>> X_test = scaler . transform ( X_test ) An...apply the same scaling to the test set for meaningful results....
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Wed Nov 05 14:36:32 UTC 2025
      66.8K bytes
      Cache
     
  14. Search applications - Search API & toolkit for ...

    Start free trial Download now Test the latest AI search capabilities...composable search pipelines. Test different retrieval strategies,...
    www.elastic.co/enterprise-search/search-applications
    Thu Nov 06 00:42:22 UTC 2025
      513.9K bytes
      2 views
      Cache
     
  15. fetch_species_distributions — scikit-learn 1.7....

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Wed Nov 05 14:36:32 UTC 2025
      112.7K bytes
      Cache
     
  16. VotingRegressor — scikit-learn 1.7.2 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.ensemble.VotingRegressor.html
    Wed Nov 05 14:36:32 UTC 2025
      146.4K bytes
      Cache
     
  17. AdaBoostRegressor — scikit-learn 1.7.2 document...

    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.ensemble.AdaBoostRegressor.html
    Wed Nov 05 14:36:32 UTC 2025
      144.8K bytes
      Cache
     
  18. Older Versions — scikit-learn 1.7.2 documentation

    Arguments n_test and n_train are deprecated and renamed to test_size...preprocessor / analyzer nested structure for text feature extraction...
    scikit-learn.org/stable/whats_new/older_versions.html
    Wed Nov 05 14:36:32 UTC 2025
      144.6K bytes
      Cache
     
  19. plot_hgbt_regression.zip

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...
    scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip
    Tue Nov 04 06:34:50 UTC 2025
      36.8K bytes
     
  20. Examples — scikit-learn 1.7.2 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/index.html
    Wed Nov 05 14:36:35 UTC 2025
      273K bytes
      Cache
     
Back to top