Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1371 - 1380 of 2,141 for text (0.23 sec)

  1. AdaBoostClassifier — scikit-learn 1.5.2 documen...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Sat Nov 23 04:49:15 UTC 2024
      160K bytes
      Cache
     
  2. Comparing random forests and the multi-output m...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) y_rf = regr_rf . predict ( X_test ) # Plot the...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Sat Nov 23 04:49:14 UTC 2024
      93.9K bytes
      Cache
     
  3. Probability calibration of classifiers — scikit...

    y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Sat Nov 23 04:49:15 UTC 2024
      105.6K bytes
      Cache
     
  4. Early stopping of Stochastic Gradient Descent —...

    y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Sat Nov 23 04:49:16 UTC 2024
      102.7K bytes
      Cache
     
  5. learning_curve — scikit-learn 1.5.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
    Sat Nov 23 04:49:16 UTC 2024
      121.2K bytes
      Cache
     
  6. 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
    Sat Nov 23 04:49:16 UTC 2024
      108.3K bytes
      Cache
     
  7. LeaveOneGroupOut — scikit-learn 1.5.2 documenta...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Sat Nov 23 04:49:16 UTC 2024
      121.3K bytes
      Cache
     
  8. 9. Model persistence — scikit-learn 1.5.2 docum...

    the next question is: Do you absolutely...sess . run ( None , { "X" : X_test . astype ( numpy . float32 )})[...
    scikit-learn.org/stable/model_persistence.html
    Sat Nov 23 04:49:16 UTC 2024
      77.1K bytes
      Cache
     
  9. Single estimator versus bagging: bias-variance ...

    ( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Sat Nov 23 04:49:16 UTC 2024
      111.2K bytes
      Cache
     
  10. Trust Center - Frequently Asked Questions | Ela...

    and services that have been tested in a real production environment...dependencies . Are penetration tests performed against the product?...
    www.elastic.co/trust/faq
    Mon Nov 25 01:00:46 UTC 2024
      330.4K bytes
      Cache
     
Back to top