- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 791 - 800 of 1,513 for text (0.62 sec)
-
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 -
Underfitting vs. Overfitting — scikit-learn 1.7...
plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html -
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 -
Quickstart: Create a Synthetic Monitor | Elasti...
organizations to proactively test and monitor applications by...if the website or app being tested are accessible from: Elastic's...www.elastic.co/docs/solutions/observability/get-started/quickstart-create-synthetic-monitor -
ExtraTreesRegressor — scikit-learn 1.7.2 docume...
X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html -
Government shutdown live updates: Day 3 of fede...
shutdown set to stretch into next week 02:19 Updated Oct. 3, 2025,...Speaker Mike Johnson has set next week as a district work period,...www.nbcnews.com/politics/trump-administration/live-blog/government-shutdown-trump-layoffs-federal... -
pairwise_distances_chunked — scikit-learn 1.7.2...
working_memory = 0 ) >>> next ( gen ) [array([0, 3])] >>> next ( gen ) [array([0,...rand ( 5 , 3 ) >>> D_chunk = next ( pairwise_distances_chunked...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html -
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 -
Family fights for coverage of medical needs of ...
shutdown set to stretch into next week 02:19 Now Playing Family...neurological disorder 03:38 UP NEXT Police say they accidentally...www.nbcnews.com/nightly-news/video/family-fights-for-coverage-of-medical-needs-of-toddler-with-ne... -
Gradient Boosting Out-of-Bag estimates — scikit...
X_test , y_train , y_test = train_test_split ( X ,...for test data test_score = heldout_score ( clf , X_test , y_test...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html