- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 891 - 900 of 1,557 for text (0.14 sec)
-
Four killed in medical transport plane crash in...
COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...that the company has notified next-of-kin. The company did not...www.nbcnews.com/news/us-news/four-killed-medical-transport-plane-crash-arizona-rcna223277 -
Parallel — scikit-learn 1.7.1 documentation
dispatch_next ( ) [source] # Dispatch more...# Prefetch the tasks for the next batch and dispatch them. The...scikit-learn.org/stable/modules/generated/sklearn.utils.parallel.Parallel.html -
Overview
outside-sql-test : Runs outside-sql-test.[sh|bat]. replace-schema...jdbc generate doc outside-sql-test replace-schema sql2entity manage...dbflute.seasar.org/maven/plugin/ -
1.6. Nearest Neighbors — scikit-learn 1.7.1 doc...
X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...scikit-learn.org/stable/modules/neighbors.html -
GradientBoostingClassifier — scikit-learn 1.7.1...
X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913 apply ( X ) [source]...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html -
Trump signs executive order establishing task f...
COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...the games are safe’ 00:53 UP NEXT White House on defense over...www.nbcnews.com/video/trump-signs-executive-order-establishing-task-force-for-2028-olympic-games-... -
LearningCurveDisplay — scikit-learn 1.7.1 docum...
test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html -
Installing scikit-learn — scikit-learn 1.7.1 do...
2 tests pytest-cov 2.9.0 tests ruff 0.11.7 tests mypy 1.15...1.15 tests pyamg 4.2.1 tests polars 0.20.30 docs, tests pyarrow...scikit-learn.org/stable/install.html -
RBF SVM parameters — scikit-learn 1.7.1 documen...
and just applying it on the test set. from sklearn.preprocessing...StratifiedShuffleSpl ( n_splits = 5 , test_size = 0.2 , random_state =...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html -
5.2. Permutation feature importance — scikit-le...
model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...scikit-learn.org/stable/modules/permutation_importance.html