Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 440 of 895 for test (0.38 sec)

  1. Pipelining: chaining a PCA and a logistic regre...

    best_clfs [ "mean_test_score" ], yerr = best_clfs [ "std_test_score"...components_col , "mean_test_score" , "std_test_score" ] ] . apply...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Sun May 19 20:00:38 UTC 2024
      33.7K bytes
      Cache
     
  2. Explicit feature map approximation for RBF kern...

    the second half: data_test , targets_test = ( data [ n_samples...2 :]) # data_test = scaler.transform(data_test) # Create a classifier:...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html
    Sun May 19 20:00:39 UTC 2024
      61.7K bytes
      Cache
     
  3. Early stopping in Gradient Boosting — scikit-le...

    y_val = train_test_split ( X , y , test_size = 0.2 , random_state...sklearn.model_selection import train_test_split data = fetch_california_housing...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html
    Sun May 19 20:00:39 UTC 2024
      44.2K bytes
      Cache
     
  4. Effect of transforming the targets in regressio...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Sun May 19 20:00:38 UTC 2024
      61.9K bytes
      Cache
     
  5. Sports News: Latest stories, videos, photos and...

    Select 100 The 100 best moisturizers tested and ranked, according...Sales Rei Anniversary sale: The best deals to shop Vivian Le / NBC...
    www.nbcnews.com/sports
    Sun May 19 00:47:38 UTC 2024
      1.1M bytes
      Cache
     
  6. Recognizing hand-written digits — scikit-learn ...

    and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Sun May 19 20:00:39 UTC 2024
      39K bytes
      Cache
     
  7. sklearn.multioutput.RegressorChain — scikit-lea...

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Sun May 19 20:00:39 UTC 2024
      45.1K bytes
      Cache
     
  8. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Sun May 19 20:00:38 UTC 2024
      30.2K bytes
      Cache
     
  9. Univariate Feature Selection — scikit-learn 1.4...

    X_test , y_train , y_test = train_test_split ( X ,...format ( clf . score ( X_test , y_test ) ) ) svm_weights = np ....
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Sun May 19 20:00:39 UTC 2024
      42.5K bytes
      Cache
     
  10. Poisson regression and non-normal loss — scikit...

    df_test = train_test_split ( df , test_size = 0.33 ,...df_test [ "Frequency" ], df_test [ "Frequency" ], df_test [ "Exposure"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Sun May 19 20:00:38 UTC 2024
      108.9K bytes
      Cache
     
  11. sklearn.metrics.ConfusionMatrixDisplay — scikit...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Sun May 19 20:00:39 UTC 2024
      58.9K bytes
      Cache
     
  12. sklearn.preprocessing.scale — scikit-learn 1.4....

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Sun May 19 20:00:39 UTC 2024
      21.2K bytes
      Cache
     
  13. 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
    Sun May 19 20:00:39 UTC 2024
      47.9K bytes
      Cache
     
  14. Novelty detection with Local Outlier Factor (LO...

    X_outliers ) n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...# e.g. X_test, X_outliers or the meshgrid y_pred_test = clf ....
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html
    Sun May 19 20:00:39 UTC 2024
      39.2K bytes
      Cache
     
  15. Digits Classification Exercise — scikit-learn 1...

    )] X_test = X_digits [ int ( 0.9 * n_samples ) :] y_test = y_digits..., y_train ) . score ( X_test , y_test )) print ( "LogisticRegression...
    scikit-learn.org/stable/auto_examples/exercises/plot_digits_classification_exercise.html
    Sun May 19 20:00:38 UTC 2024
      23.7K bytes
      Cache
     
  16. sklearn.preprocessing.power_transform — scikit-...

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.html
    Sun May 19 20:00:39 UTC 2024
      22.4K bytes
      Cache
     
  17. Species distribution modeling — scikit-learn 1....

    "ascii" ) points = dict ( test = test , train = train ) for label...species . pts_test [ "dd long" ], species . pts_test [ "dd lat"...
    scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html
    Sun May 19 20:00:39 UTC 2024
      59.2K bytes
      Cache
     
  18. Who is using scikit-learn? — scikit-learn 1.4.2...

    but its careful and well tested implementation give us the...Moreover, its consistent API, well-tested code and permissive licensing...
    scikit-learn.org/stable/testimonials/testimonials.html
    Sun May 19 20:00:39 UTC 2024
      48K bytes
      Cache
     
  19. sklearn.base.is_regressor — scikit-learn 1.4.2 ...

    instance Estimator object to test. Returns : out bool True if...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_regressor.html
    Sun May 19 20:00:39 UTC 2024
      15.3K bytes
      Cache
     
  20. Visualizing cross-validation behavior in scikit...

    cross-validation Nested versus non-nested cross-validation Nested versus...split data into training and test sets in order to avoid model...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html
    Sun May 19 20:00:38 UTC 2024
      56.1K bytes
      Cache
     
Back to top