Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 34 for test (0.07 sec)

  1. roadmap.rst.txt

    Improve scikit-learn common tests suite to make sure that (at.../ ordinal / English language text?") should also not need to be...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Tue May 28 11:51:33 UTC 2024
      11.7K bytes
     
  2. feature_extraction.rst.txt

    :math:`\text{tf-idf}_{\text{term1}} = \text{tf} \times \text{idf}...:math:`\text{tf-idf(t,d)}=\text{tf(t,d)} \times \text{idf(t)}`....
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Tue May 28 11:51:34 UTC 2024
      43.6K bytes
     
  3. ensemble.rst.txt

    mean_squared_error(y_test, est.predict(X_test)) 5.00... >>> _ = est.set_pa...to est >>> mean_squared_error(y_test, est.predict(X_test)) 3.84......
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Wed May 29 10:52:41 UTC 2024
      72.8K bytes
     
  4. neighbors.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, ......>>> print(nca_pipe.score(X_test, y_test)) 0.96190476... .. |nca_classification_1|...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Tue May 28 11:51:31 UTC 2024
      37.9K bytes
     
  5. clustering.rst.txt

    math:: \text{ARI} = \frac{\text{RI} - E[\text{RI}]}{\max(\text{RI})...math:: \text{AMI} = \frac{\text{MI} - E[\text{MI}]}{\text{mean}(H(U),...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Tue May 28 11:51:34 UTC 2024
      92.6K bytes
     
  6. install.rst.txt

    running the full scikit-learn test suite via automated continuous...ckages\\sklearn\\datasets\\tests\\data\\openml\\292\\api-v1-...
    scikit-learn.org/stable/_sources/install.rst.txt
    Thu May 30 15:22:06 UTC 2024
      12.6K bytes
      1 views
     
  7. v1.3.rst.txt

    and test curves by default. You can set `score_type="test"` to...`return_indices` to return the train-test indices of each cv split. :pr:`25659`...
    scikit-learn.org/stable/_sources/whats_new/v1.3.rst.txt
    Tue May 28 11:51:32 UTC 2024
      44.2K bytes
     
  8. related_projects.rst.txt

    which facilitates best practices for testing and documenting estimators....More focused on statistical tests and less on prediction than...
    scikit-learn.org/stable/_sources/related_projects.rst.txt
    Tue May 28 11:51:33 UTC 2024
      17.4K bytes
     
  9. v1.4.rst.txt

    train_test_split` in :pr:`26855` by `Tim...- :class:`feature_extraction.text.TfidfTransformer` in :pr:`27219`...
    scikit-learn.org/stable/_sources/whats_new/v1.4.rst.txt
    Mon May 27 10:29:28 UTC 2024
      46.8K bytes
     
Back to top