Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1341 - 1350 of 2,142 for text (0.11 sec)

  1. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Sat Nov 23 04:49:15 UTC 2024
      118.3K bytes
      Cache
     
  2. 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
     
  3. Release Highlights for scikit-learn 1.4 — sciki...

    X_test , y_train , y_test = train_test_split ( X_adult...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Sat Nov 23 04:49:14 UTC 2024
      150.6K bytes
      Cache
     
  4. PWHL Takes Women's Hockey on the Road in 2025 T...

    Takeover Tour allows the league to test potential expansion markets...both countries is a natural next step as we continue building...
    justwomenssports.com/reads/pwhl-announces-pro-womens-hockey-takeover-tour-for-2024-2025-season/
    Fri Nov 22 00:45:42 UTC 2024
      158.7K bytes
      Cache
     
  5. 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
     
  6. plot_release_highlights_1_5_0.py

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...imator(classifier_05, X_test, y_test) # %% # Lowering the threshold,...
    scikit-learn.org/stable/_downloads/ba0cfc16d7953e1c2c6912b6beca1e91/plot_release_highlights_1_5_0.py
    Fri Nov 22 23:53:27 UTC 2024
      8.3K bytes
     
  7. Comparing various online solvers — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) yy_ . append ( 1 - np . mean ( y_pred == y_test ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Sat Nov 23 04:49:16 UTC 2024
      90.7K bytes
      Cache
     
  8. 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
     
  9. 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:15 UTC 2024
      121.3K bytes
      Cache
     
  10. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...n_samples , n_features )) base_X_test = np . random . normal ( size...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Sat Nov 23 04:49:16 UTC 2024
      104K bytes
      Cache
     
Back to top