Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 330 of 837 for tests (0.1 sec)

  1. Probabilistic predictions with Gaussian process...

    according to the log-loss on test data. The figure shows that...train_size :], c = "g" , label = "Test data" , edgecolors = ( 0 , 0...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html
    Tue May 13 14:25:43 UTC 2025
      110.7K bytes
      Cache
     
  2. OutputCodeClassifier — scikit-learn 1.6.1 docum...

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OutputCodeClassifier.html
    Tue May 13 14:25:43 UTC 2025
      132.6K bytes
      Cache
     
  3. Principal Component Regression vs Partial Least...

    X_test , y_train , y_test = train_test_split ( X ,...scatter ( pca . transform ( X_test ), y_test , alpha = 0.3 , label =...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Tue May 13 14:25:43 UTC 2025
      112.7K bytes
      Cache
     
  4. Non-negative least squares — scikit-learn 1.6.1...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 ) Fit the Non-Negative...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Tue May 13 14:25:46 UTC 2025
      93.3K bytes
      Cache
     
  5. Isotonic Regression — scikit-learn 1.6.1 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
    Tue May 13 14:25:44 UTC 2025
      108.7K bytes
      Cache
     
  6. KNeighborsClassifier — scikit-learn 1.6.1 docum...

    or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Tue May 13 14:25:44 UTC 2025
      157.1K bytes
      Cache
     
  7. Examples of Using FrozenEstimator — scikit-lear...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )[:, 1 ] clf_score = brier_score_loss ( y_test , prob_pos_clf...
    scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html
    Tue May 13 14:25:46 UTC 2025
      100.9K bytes
      Cache
     
  8. Pipeline — scikit-learn 1.6.1 documentation

    X_test , y_train , y_test = train_test_split ( X ,..., y_train ) . score ( X_test , y_test ) 0.88 >>> # An estimator's...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Tue May 13 14:25:43 UTC 2025
      191.1K bytes
      Cache
     
  9. Balance model complexity and cross-validated sc...

    "mean_test_score" ]) return ( cv_results [ "mean_test_score"...nts" ] test_scores = grid . cv_results_ [ "mean_test_score" ]...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Tue May 13 14:25:43 UTC 2025
      99.5K bytes
      Cache
     
  10. fetch_20newsgroups — scikit-learn 1.6.1 documen...

    test’ for the test set, ‘all’ for both,...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Tue May 13 14:25:43 UTC 2025
      120K bytes
      Cache
     
Back to top