- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 921 - 930 of 1,557 for text (0.14 sec)
-
fetch_species_distributions — scikit-learn 1.7....
scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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