Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 280 of 1,142 for test (0.35 sec)

  1. IBM open-sources its Granite AI models - and th...

    using these LLMs to create tests and find and fix bugs. "Many...day -- from generating unit tests to writing documentation or...
    www.zdnet.com/article/ibm-open-sources-its-granite-ai-models-and-they-mean-business/
    Tue May 14 00:32:45 UTC 2024
      488.1K 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
    Fri Jun 07 19:49:36 UTC 2024
      124.1K bytes
      Cache
     
  3. CalibrationDisplay — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Fri Jun 07 19:49:37 UTC 2024
      145.4K bytes
      Cache
     
  4. Plotting Learning Curves and Checking Models’ S...

    [ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Fri Jun 07 19:49:37 UTC 2024
      110.8K bytes
      1 views
      Cache
     
  5. Features in Histogram Gradient Boosting Trees —...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.4 , shuffle = False ) print...
    scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html
    Fri Jun 07 19:49:36 UTC 2024
      149.2K bytes
      Cache
     
  6. Common pitfalls in the interpretation of coeffi...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Fri Jun 07 19:49:36 UTC 2024
      273.8K bytes
      Cache
     
  7. DetCurveDisplay — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Fri Jun 07 19:49:37 UTC 2024
      140.9K bytes
      Cache
     
  8. Version 1.0 — scikit-learn 1.6.dev0 documentation

    'mean_test_score' 'std_test_score' , and 'split(k)_test_score'...Change utils._testing.assert_warns and utils._testing.assert_warns_message...
    scikit-learn.org/dev/whats_new/v1.0.html
    Thu Jun 06 17:04:46 UTC 2024
      252.1K bytes
      1 views
      Cache
      Similar Results (1)
     
  9. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Fri Jun 07 19:49:38 UTC 2024
      114.5K bytes
      Cache
     
  10. StratifiedGroupKFold — scikit-learn 1.5.0 docum...

    print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Fri Jun 07 19:49:38 UTC 2024
      135.4K bytes
      Cache
     
  11. PrecisionRecallDisplay — scikit-learn 1.5.0 doc...

    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.PrecisionRecallDisplay.html
    Fri Jun 07 19:49:38 UTC 2024
      153.3K bytes
      Cache
     
  12. StratifiedKFold — scikit-learn 1.5.0 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Fri Jun 07 19:49:38 UTC 2024
      129.9K bytes
      Cache
     
  13. ROC Curve with Visualization API — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) plt . show () Training...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Fri Jun 07 19:49:38 UTC 2024
      104.2K bytes
      Cache
     
  14. validation_curve — scikit-learn 1.5.0 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Fri Jun 07 19:49:38 UTC 2024
      124.3K bytes
      Cache
     
  15. RBF SVM parameters — scikit-learn 1.5.0 documen...

    best_params_ , grid . best_score_ ) ) The best parameters...and just applying it on the test set. from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Fri Jun 07 19:49:38 UTC 2024
      118.3K bytes
      Cache
     
  16. Importance of Feature Scaling — scikit-learn 1....

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Fri Jun 07 19:49:36 UTC 2024
      121.8K bytes
      Cache
     
  17. 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
    Fri Jun 07 19:49:37 UTC 2024
      97.9K bytes
      Cache
     
  18. 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
    Fri Jun 07 19:49:37 UTC 2024
      106.3K bytes
      Cache
     
  19. 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
    Fri Jun 07 19:49:37 UTC 2024
      108.3K bytes
      Cache
     
  20. learning_curve — scikit-learn 1.5.0 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
    Fri Jun 07 19:49:38 UTC 2024
      128.3K bytes
      Cache
     
Back to top