Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 1,752 for test (0.16 sec)

  1. Class Likelihood Ratios to measure classificati...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the link between pre-test and post-test odds given by the Class...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Fri Dec 20 11:14:14 UTC 2024
      140K bytes
      Cache
     
  2. feed.xml

    import { test, expect } from "@playwright/test"; test("homepage...import { test, expect } from "@playwright/test"; test("homepage...
    www.elastic.co/observability-labs/rss/feed.xml
    Wed Dec 11 08:18:08 UTC 2024
      2M bytes
      4 views
     
  3. SVC — scikit-learn 1.6.0 documentation

    cross-validation Nested versus non-nested cross-validation Nested versus...following example: Nested versus non-nested cross-validation Read...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Fri Dec 20 11:14:16 UTC 2024
      182.3K bytes
      Cache
     
  4. Cross-validation on diabetes Dataset Exercise —...

    score ( X [ test ], y [ test ]) ) ) print () print...= clf . cv_results_ [ "mean_test_score" ] scores_std = clf ....
    scikit-learn.org/stable/auto_examples/exercises/plot_cv_diabetes.html
    Fri Dec 20 11:14:14 UTC 2024
      100.3K bytes
      Cache
     
  5. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Fri Dec 20 11:14:16 UTC 2024
      7.8K bytes
     
  6. Importance of Feature Scaling — scikit-learn 1....

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Fri Dec 20 11:14:18 UTC 2024
      122.6K bytes
      Cache
     
  7. DummyClassifier — scikit-learn 1.6.0 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Fri Dec 20 11:14:16 UTC 2024
      142.5K bytes
      Cache
     
  8. RidgeClassifierCV — scikit-learn 1.7.dev0 docum...

    best_score_ float Score of base estimator with best alpha....An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/dev/modules/generated/sklearn.linear_model.RidgeClassifierCV.html
    Mon Dec 09 18:03:45 UTC 2024
      143.8K bytes
      Cache
      Similar Results (1)
     
  9. ExtraTreeRegressor — scikit-learn 1.6.0 documen...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.33... apply ( X , check_input...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Fri Dec 20 11:14:14 UTC 2024
      163K bytes
      Cache
      Similar Results (1)
     
  10. Nearest Neighbors Classification — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Fri Dec 20 11:14:18 UTC 2024
      96.6K bytes
      Cache
     
Back to top