Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 931 for tests (0.05 sec)

  1. Release Highlights for scikit-learn 0.23 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test )) print ( gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
    Tue Feb 04 08:40:44 UTC 2025
      145.4K bytes
      Cache
     
  2. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...( X_train ) X_test = scaler . transform ( X_test ) # Turn up tolerance...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Tue Feb 04 08:40:45 UTC 2025
      96.3K bytes
      Cache
     
  3. Class Likelihood Ratios to measure classificati...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the link between pre-test and post-test odds given by the Class...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Tue Feb 04 08:40:42 UTC 2025
      139.5K bytes
      Cache
     
  4. Precision-Recall — scikit-learn 1.6.1 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 Feb 04 08:40:45 UTC 2025
      140.7K bytes
      Cache
     
  5. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Thu Jan 30 15:38:19 UTC 2025
      7.8K bytes
     
  6. 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 Feb 04 08:40:42 UTC 2025
      142.2K bytes
      Cache
     
  7. Lagged features for time series forecasting — s...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.2 , random_state = 42 )...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Tue Feb 04 08:40:45 UTC 2025
      162K bytes
      Cache
     
  8. Your Rights Online News | Slashdot

    In tests, the DeepSeek bot is capable...
    yro.slashdot.org
    Mon Feb 03 01:13:30 UTC 2025
      159.5K bytes
      Cache
     
  9. StratifiedGroupKFold — scikit-learn 1.6.1 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
    Tue Feb 04 08:40:43 UTC 2025
      129.8K bytes
      Cache
     
  10. 5. Visualizations — scikit-learn 1.6.1 document...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) The returned svc_disp...
    scikit-learn.org/stable/visualizations.html
    Mon Feb 03 17:40:52 UTC 2025
      43.3K bytes
      Cache
     
Back to top