Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 22 for test (0.06 sec)

  1. cross_validation.rst.txt

    available data as a **test set** ``X_test, y_test``. Note that the...>>> X_train, X_test, y_train, y_test = train_test_split( ... X,...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Mon Apr 15 14:09:28 UTC 2024
      39.9K bytes
      6 views
     
  2. feature_selection.rst.txt

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Mon Apr 15 14:09:29 UTC 2024
      14.3K bytes
      1 views
     
  3. linear_model.rst.txt

    cost of :math:`O(n_{\text{samples}} n_{\text{features}}^2)`, assuming...that :math:`n_{\text{samples}} \geq n_{\text{features}}`. .....
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Mon Apr 15 14:09:27 UTC 2024
      77.9K bytes
      7 views
     
  4. 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
    Mon Apr 15 14:09:28 UTC 2024
      52.7K bytes
     
  5. about.rst.txt

    please see `What's the best way to ask questions about scikit-learn.../stable/faq.html#what-s-the-best-way-to-get-help-on-scikit-learn-usage>`_...
    scikit-learn.org/stable/_sources/about.rst.txt
    Mon Apr 15 14:09:29 UTC 2024
      16.5K bytes
      3 views
     
  6. glossary.rst.txt

    common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Mon Apr 15 14:09:29 UTC 2024
      88.1K bytes
      1 views
     
  7. 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
    Mon Apr 15 14:09:29 UTC 2024
      41.8K bytes
     
  8. 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
    Mon Apr 15 14:09:27 UTC 2024
      43.4K bytes
     
  9. 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...
    Mon Apr 15 14:09:28 UTC 2024
      40.9K 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
    Mon Apr 15 14:09:27 UTC 2024
      68.4K bytes
     
Back to top