Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 922 for test (0.15 sec)

  1. plot_hgbt_regression.ipynb

    import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False)\n\nprint(f\"Training...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Fri May 31 14:06:06 UTC 2024
      20.2K bytes
     
  2. SGDClassifier — scikit-learn 1.5.0 documentation

    classification of text documents Out-of-core classification of text documents...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Fri May 31 14:06:07 UTC 2024
      190.7K bytes
      Cache
     
  3. Contributing — scikit-learn 1.6.dev0 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...sklearn path/to/tests See also Testing and improving test coverage ....
    scikit-learn.org/dev/developers/contributing.html
    Fri May 31 14:06:03 UTC 2024
      140.1K bytes
      Cache
     
  4. LogisticRegression — scikit-learn 1.5.0 documen...

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Fri May 31 14:06:06 UTC 2024
      190K bytes
      Cache
     
  5. pydata-sphinx-theme.js

    test(e)&&o.test(e),n=(e,t,n)=>{u(n);const.../i.test(e.key)?document.activeElement===t&&/Escape/i.test(e....
    scikit-learn.org/dev/_static/scripts/pydata-sphinx-theme.js
    Fri May 31 14:06:03 UTC 2024
      10.6K bytes
     
  6. OrthogonalMatchingPursuit — scikit-learn 1.5.0 ...

    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.linear_model.OrthogonalMatchingPursuit.html
    Fri May 31 14:06:06 UTC 2024
      140.2K bytes
      2 views
      Cache
     
  7. faq.rst.txt

    :ref:`text_feature_extraction` for the built-in *text vectorizers*....^^^^^^^^^^ scikit-learn is regularly tested and maintained to work with...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Fri May 31 14:06:06 UTC 2024
      24.5K bytes
      3 views
     
  8. auto_examples_jupyter.zip

    X_test, y_train, y_test = train_test_split(\n X, y, test_size=0.25,...\"%(n_test)6d test docs (%(n_test_pos)6d positive) \" % test_stats\n...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Fri May 31 14:06:04 UTC 2024
      2.2M bytes
      2 views
     
  9. DecisionTreeClassifier — scikit-learn 1.5.0 doc...

    splitter {“best”, “random”}, default=”best” The strategy used...Supported strategies are “best” to choose the best split and “random”...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Fri May 31 14:06:06 UTC 2024
      191.9K bytes
      Cache
     
  10. 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
    Fri May 31 14:06:06 UTC 2024
      121.2K bytes
      2 views
     
Back to top