Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 805 for tests (8.4 sec)

  1. Varying regularization in Multi-layer Perceptro...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html
    Tue Sep 16 14:38:54 UTC 2025
      109.1K bytes
      Cache
     
  2. learning_curve — scikit-learn 1.7.2 documentation

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Mon Sep 15 09:31:45 UTC 2025
      125.7K 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
    Tue Sep 16 14:38:54 UTC 2025
      114.3K bytes
      Cache
     
  4. TunedThresholdClassifierCV — scikit-learn 1.7.2...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Tue Sep 16 14:38:54 UTC 2025
      148.2K bytes
      Cache
     
  5. GridSearchCV — scikit-learn 1.7.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
    Tue Sep 16 14:38:52 UTC 2025
      184.7K bytes
      Cache
     
  6. EstimatorCheckFailedWarning — scikit-learn 1.7....

    estimator check from the common tests fails. Parameters : estimator...Estimator instance for which the test failed. check_name str Name...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.EstimatorCheckFailedWarning.html
    Tue Sep 16 14:38:55 UTC 2025
      106.9K bytes
      Cache
     
  7. plot_classifier_comparison.ipynb

    y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Tue Sep 16 14:38:54 UTC 2025
      5.7K bytes
     
  8. Pipeline ANOVA SVM — scikit-learn 1.7.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
    Tue Sep 16 14:38:52 UTC 2025
      116.5K bytes
      Cache
     
  9. RBF SVM parameters — scikit-learn 1.7.2 documen...

    and just applying it on the test set. from sklearn.preprocessing...StratifiedShuffleSpl ( n_splits = 5 , test_size = 0.2 , random_state =...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Tue Sep 16 14:38:52 UTC 2025
      118.9K bytes
      Cache
     
  10. 5.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Tue Sep 16 14:38:55 UTC 2025
      56.2K bytes
      Cache
     
Back to top