Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 29 for test (0.08 sec)

  1. support.rst.txt

    about repository updates and test failures on the `scikit-learn-commits...
    scikit-learn.org/stable/_sources/support.rst.txt
    Wed May 15 13:59:40 UTC 2024
      2.9K bytes
     
  2. getting_started.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Wed May 15 13:59:40 UTC 2024
      10K bytes
     
  3. 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
    Wed May 15 13:59:40 UTC 2024
      52.7K bytes
     
  4. classes.rst.txt

    _text_feature_extraction_ref: From text --------- .....feature_extraction.text.CountVectorizer feature_extraction.text.HashingVectorizer...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Wed May 15 13:59:40 UTC 2024
      41.8K bytes
     
  5. 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
    Wed May 15 13:59:40 UTC 2024
      23.4K bytes
      2 views
     
  6. plot_release_highlights_1_4_0.rst.txt

    X_test, y_train, y_test = train_test_split(X_adult,...n(X_test) print(f"ROC AUC score is {roc_auc_score(y_test, y_decision)}")...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Wed May 15 13:59:41 UTC 2024
      40.9K bytes
     
  7. decomposition.rst.txt

    ||X-UV||_{\text{Fro}}^2+\alpha||V||_{1,1} \\ \text{subject to...||X-UV||_{\text{Fro}}^2+\alpha||U||_{1,1} \\ \text{subject to...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Wed May 15 13:59:41 UTC 2024
      45.8K bytes
     
  8. grid_search.rst.txt

    have identified the best candidate. The best candidate is identified...`factor=2` candidates: the best candidate is the best out of these 2 candidates....
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Wed May 15 13:59:40 UTC 2024
      33K bytes
      2 views
     
  9. 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
    Wed May 15 13:59:42 UTC 2024
      11.7K bytes
     
  10. 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
    Wed May 15 13:59:40 UTC 2024
      68.4K bytes
     
Back to top