Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 826 for tests (2.81 sec)

  1. Confusion matrix — scikit-learn 1.7.2 documenta...

    set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Tue Oct 14 17:56:27 UTC 2025
      88.9K bytes
      Cache
     
  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
    Tue Oct 14 17:56:27 UTC 2025
      10.3K bytes
      1 views
     
  3. LedoitWolf — scikit-learn 1.7.2 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html
    Tue Oct 14 17:56:26 UTC 2025
      133.6K bytes
      Cache
     
  4. 7.3. Preprocessing data — scikit-learn 1.7.2 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Tue Oct 14 17:56:26 UTC 2025
      198.2K bytes
      Cache
     
  5. Regularization path of L1- Logistic Regression ...

    regularization on training and test error Effect of model regularization...regularization on training and test error MNIST classification using...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Tue Oct 14 17:56:27 UTC 2025
      97K bytes
      Cache
     
  6. OneVsOneClassifier — scikit-learn 1.7.2 documen...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Tue Oct 14 17:56:25 UTC 2025
      142.2K bytes
      Cache
     
  7. 12.1. Array API support (experimental) — scikit...

    train_test_split utils.check_consistent_length...checks as part of the common tests to verify that the estimators’...
    scikit-learn.org/stable/modules/array_api.html
    Tue Oct 14 17:56:27 UTC 2025
      77.1K bytes
      Cache
     
  8. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Tue Oct 14 17:56:24 UTC 2025
      101.8K bytes
      Cache
     
  9. Model Complexity Influence — scikit-learn 1.7.2...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , "X_test" : X_test , "y_train" : y_train , "y_test" : y_test...
    scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html
    Tue Oct 14 17:56:26 UTC 2025
      126K bytes
      1 views
      Cache
     
  10. 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
    Sun Oct 12 02:56:14 UTC 2025
      20.2K bytes
      1 views
     
Back to top