Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 921 - 930 of 1,557 for text (0.14 sec)

  1. fetch_species_distributions — scikit-learn 1.7....

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Sat Aug 23 16:32:03 UTC 2025
      112.7K bytes
      Cache
     
  2. StratifiedKFold — scikit-learn 1.7.1 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
    Sat Aug 23 16:32:04 UTC 2025
      124.7K 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 Aug 23 16:32:03 UTC 2025
      109.3K 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 Aug 23 16:32:03 UTC 2025
      107.6K bytes
      Cache
     
  5. Kamala Harris decides not to run for governor o...

    COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...the race to be California's next governor wide open. Democratic...
    www.nbcnews.com/politics/2026-election/kamala-harris-decides-not-run-governor-california-rcna222048
    Thu Jul 31 01:19:36 UTC 2025
      276.8K bytes
      Cache
     
  6. Trump is creating a task force for the 2028 Oly...

    COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...second term. In preparation for next year’s competition, the governments...
    www.nbcnews.com/sports/olympics/trump-task-force-la-olympics-2028-rcna223214
    Wed Aug 06 01:22:49 UTC 2025
      394.8K bytes
      Cache
     
  7. Probability Calibration for 3-class classificat...

    y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_loss = log_loss ( y_test , cal_clf_probs...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Sat Aug 23 16:32:04 UTC 2025
      190.5K bytes
      Cache
     
  8. 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 Aug 23 16:32:03 UTC 2025
      98.6K bytes
      Cache
     
  9. NeighborhoodComponentsAnalysis — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Sat Aug 23 16:32:04 UTC 2025
      143K bytes
      Cache
     
  10. Logistic function — scikit-learn 1.7.1 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Sat Aug 23 16:32:03 UTC 2025
      95K bytes
      Cache
     
Back to top