- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 1,564 for 10 (5.15 sec)
-
Release Highlights for scikit-learn 1.0 — sciki...
where PCA(10) is still allowed, but PCA(10, False) is not...False , "auto" , "loss" , 0.1 , 10 , 1e-7 , 0 , None ) Understanding...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html -
Nightly News with Tom Llamas: The Latest News S...
Summer I Turned Pretty' The Drink 10:15 Mikaela Shiffrin on triumphs,...superstar (Part 1) Nightly Films 05:10 Cody Rigsby’s journey from novice...www.nbcnews.com/nightly-news -
SelfTrainingClassifier — scikit-learn 1.7.2 doc...
k_best = 10 , max_iter = 10 , verbose = False ) [source]...be used. k_best int, default=10 The amount of samples to add...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.SelfTrainingClassifier.html -
Get started with generative AI free | Elastic
Free trial setup Got 10 minutes? That’s all you need....with generative AI in less than 10 minutes. Can I use ChatGPT, Google...www.elastic.co/cloud/generative-ai-trial-overview -
Pritzker 'deeply concerned' about ICE targeting...
10:20 AM EDT / Updated Sept. 3, 2025, 10:54 AM EDT...least 42 people were shot and 10 killed, the Chicago Sun-Times...www.nbcnews.com/news/us-news/pritzker-deeply-concerned-ice-targeting-chicagos-mexican-independenc... -
PolynomialCountSketch — scikit-learn 1.7.2 docu...
achieved around n_components = 10 * n_features , but this depends...= SGDClassifier ( max_iter = 10 , tol = 1e-3 ) >>> clf . fit...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html -
BisectingKMeans — scikit-learn 1.7.2 documentation
[ 10 , 8 ], [ 10 , 9 ], [ 10 , 10 ]]) >>> bisect_means...], [ 10 , 1 ], [ 3 , 1 ], ... [ 10 , 0 ], [ 2 , 1 ], [ 10 , 2...scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html -
ensemble.rst.txt
import make_hastie_10_2 >>> X, y = make_hastie_10_2(random_state=0)...timators=10) >>> clf = clf.fit(X, y) # fit with 10 trees >>>...scikit-learn.org/stable/_sources/modules/ensemble.rst.txt -
TimeSeriesSplit — scikit-learn 1.7.2 documentation
2 3 4 5 6 7 8 9] Test: index=[10 11] >>> # Add in a 2 period gap...index=[0 1 2 3 4 5 6 7] Test: index=[10 11] For a more extended example...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
2.4. Biclustering — scikit-learn 1.7.2 document...
given a matrix of shape (10, 10) , one possible bicluster with...arange ( 100 ) . reshape ( 10 , 10 ) >>> rows = np . array ([...scikit-learn.org/stable/modules/biclustering.html