Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 305 for test (0.08 sec)

  1. Model selection: choosing estimators and their ...

    X_digits [ test ], y_digits [ test ]) ... for train , test in k_fold..., y_train ) . score ( X_test , y_test )) >>> print ( scores )...
    scikit-learn.org/stable/tutorial/statistical_inference/model_selection.html
    Sat May 25 13:41:02 UTC 2024
      65.4K bytes
      Cache
     
  2. Model Selection — scikit-learn 1.5.0 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Train error vs Test error Train error vs Test error Underfitting...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Sat May 25 13:41:03 UTC 2024
      94.9K bytes
      Cache
     
  3. Supervised learning: predicting an output varia...

    iris_X_test = iris_X [ indices [ - 10 :]] >>> iris_y_test = iris_y...predict ( diabetes_X_test ) - diabetes_y_test ) ** 2 ) 2004.5......
    scikit-learn.org/stable/tutorial/statistical_inference/supervised_learning.html
    Sat May 25 13:41:03 UTC 2024
      77.2K bytes
      Cache
     
  4. 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
    Fri May 24 12:15:00 UTC 2024
      39.9K bytes
      6 views
     
  5. Putting it all together — scikit-learn 1.5.0 do...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Sat May 25 13:41:01 UTC 2024
      60.4K bytes
      1 views
      Cache
     
  6. 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
    Sat May 25 13:41:01 UTC 2024
      10K bytes
     
  7. plot_hgbt_regression.py

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Fri May 24 12:15:01 UTC 2024
      16.3K bytes
     
  8. 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
    Fri May 24 12:15:01 UTC 2024
      53K bytes
     
  9. Feature Selection — scikit-learn 1.5.0 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Sat May 25 13:41:02 UTC 2024
      85.2K bytes
      Cache
     
  10. contributing.rst.txt

    sklearn/linear_model/tests/test_logistic.py` to run the tests specific to...center .. _testing_coverage: Testing and improving test coverage...
    scikit-learn.org/dev/_sources/developers/contributing.rst.txt
    Thu May 23 20:54:13 UTC 2024
      60K bytes
      1 views
     
Back to top