Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 912 for tests (0.1 sec)

  1. Common pitfalls in the interpretation of coeffi...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Fri Sep 20 10:21:48 UTC 2024
      270.3K bytes
      Cache
     
  2. Nearest Neighbors regression — scikit-learn 1.5...

    axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Fri Sep 20 10:21:50 UTC 2024
      87.8K bytes
      Cache
     
  3. Overview of multiclass training meta-estimators...

    "DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"..."OneVsOneClassifier" : cv_results_ovo [ "test_score" ], "OneVsRestClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Fri Sep 20 10:21:50 UTC 2024
      109.9K bytes
      Cache
     
  4. Bodies of five recovered after luxury yacht sin...

    attack 01:44 Harris faces major test with convention speech as race...Democratic convention a major test for Harris and Walz 00:58 Walz...
    www.nbcnews.com/nightly-news/video/bodies-of-five-recovered-after-luxury-yacht-sinking-217699909749
    Fri Aug 23 00:56:49 UTC 2024
      890.5K bytes
      Cache
     
  5. Pipeline ANOVA SVM — scikit-learn 1.5.2 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Fri Sep 20 10:21:48 UTC 2024
      102K bytes
      Cache
     
  6. GraphicalLasso — scikit-learn 1.5.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.GraphicalLasso.html
    Fri Sep 20 10:21:48 UTC 2024
      136.6K bytes
      Cache
     
  7. DummyClassifier — scikit-learn 1.5.2 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 Sep 20 10:21:48 UTC 2024
      141.6K bytes
      Cache
     
  8. GridSearchCV — scikit-learn 1.5.2 documentation

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...'mean_test_score' : [ 0.81 , 0.60 , 0.75 , 0.85 ], 'std_test_score'...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Fri Sep 20 10:21:48 UTC 2024
      185.9K bytes
      Cache
     
  9. Isotonic Regression — scikit-learn 1.5.2 docume...

    plot ( x_test , ir . predict ( x_test ), "C1-" ) ax1 ....noisy data (n= %d )" % n ) x_test = np . linspace ( - 10 , 110...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Fri Sep 20 10:21:50 UTC 2024
      104.6K bytes
      Cache
     
  10. SVM Exercise — scikit-learn 1.5.2 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Fri Sep 20 10:21:50 UTC 2024
      91.6K bytes
      Cache
     
Back to top