Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 330 of 1,332 for test (0.19 sec)

  1. Ask MetaFilter

    He states that a "chem test" he performed showed the presence...style="display:none"></div> <script type="text/javascript"> !function() { var...
    ask.metafilter.com
    Wed Jul 02 00:50:21 UTC 2025
      76.5K bytes
      1 views
      Cache
     
  2. Prediction Intervals for Gradient Boosting Regr...

    test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Tue Jul 01 15:59:35 UTC 2025
      140.9K bytes
      Cache
     
  3. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...clf . score ( X_test , y_test ) # print('Best C % .4f' % clf.C_)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Tue Jul 01 15:59:35 UTC 2025
      96.3K bytes
      Cache
     
  4. LinearSVC — scikit-learn 1.7.0 documentation

    vs the rest. It is possible to implement one vs the rest with SVC...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Tue Jul 01 15:59:32 UTC 2025
      162.7K bytes
      Cache
     
  5. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Tue Jul 01 15:59:35 UTC 2025
      192K bytes
      Cache
     
  6. Faces recognition example using eigenfaces and ...

    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/auto_examples/applications/plot_face_recognition.html
    Tue Jul 01 15:59:32 UTC 2025
      113.1K bytes
      Cache
     
  7. Nested versus non-nested cross-validation — sci...

    ) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Tue Jul 01 15:59:35 UTC 2025
      102.2K bytes
      Cache
     
  8. Kernel PCA — scikit-learn 1.7.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Tue Jul 01 15:59:35 UTC 2025
      107.5K bytes
      Cache
     
  9. Plot classification probability — scikit-learn ...

    X_test , y_train , y_test = train_test_split ( X ,...predict_proba ( X_test ) accuracy_test = accuracy_score ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Tue Jul 01 15:59:32 UTC 2025
      126.1K bytes
      Cache
     
  10. Precision-Recall — scikit-learn 1.7.0 documenta...

    and test X_train , X_test , y_train , y_test = train_test_split...and test X_train , X_test , Y_train , Y_test = train_test_split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Tue Jul 01 15:59:33 UTC 2025
      151.3K bytes
      Cache
     
Back to top