Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 16 of 16 for test (0.06 sec)

  1. ensemble.rst.txt

    to est >>> mean_squared_error(y_test, est.predict(X_test)) 3.84......train_test_split >>> X_train, X_test, y_train, y_test = train_test_split(X,...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Thu May 09 23:01:24 UTC 2024
      68.4K bytes
     
  2. 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
    Thu May 09 23:01:25 UTC 2024
      91.9K bytes
     
  3. 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 09 23:01:24 UTC 2024
      13.5K bytes
      1 views
     
  4. 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
    Thu May 09 23:01:24 UTC 2024
      44.2K bytes
     
  5. 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
    Thu May 09 23:01:25 UTC 2024
      17.4K bytes
     
  6. 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
    Thu May 09 23:01:25 UTC 2024
      47K bytes
     
Back to top