- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 171 - 180 of 1,365 for 10 (0.1 sec)
-
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 -
make_regression — scikit-learn 1.7.2 documentation
n_informative = 10 , n_targets = 1 , bias = 0.0...features. n_informative int, default=10 The number of informative features,...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_regression.html -
3.2. Tuning the hyper-parameters of an estimato...
10 ], ... 'min_samples_split' : [ 2 , 5 , 10 ]} >>> base_estimator...‘max_features’: 10, ‘min_samples_split’: 10} 3 0 125 0.983667...scikit-learn.org/stable/modules/grid_search.html -
RepeatedKFold — scikit-learn 1.7.2 documentation
n_repeats = 10 , random_state = None ) [source]...least 2. n_repeats int, default=10 Number of times cross-validator...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
kNN search in Elasticsearch | Elastic Docs
10], "k": 10, "num_candidates": 10, "boost": 0.5...-20], "title-vector": [12, 50, -10, 0, 1], "title": "moose family",...www.elastic.co/docs/solutions/search/vector/knn -
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 -
cross_validation.rst.txt
12 13 14] [ 2 3 10 15 16 17] [ 1 2 3 8 9 10 12 13 14 15 16 17]...training size in question, then 5 or 10-fold cross validation can overestimate...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
IterativeImputer — scikit-learn 1.7.2 documenta...
max_iter = 10 , tol = 0.001 , n_nearest_features...imputations. max_iter int, default=10 Maximum number of imputation...scikit-learn.org/stable/modules/generated/sklearn.impute.IterativeImputer.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 -
LatentDirichletAllocation — scikit-learn 1.7.2 ...
learning_offset = 10.0 , max_iter = 10 , batch_size = 128 ,...LatentDirichletAlloc ( n_components = 10 , * , doc_topic_prior = None...scikit-learn.org/stable/modules/generated/sklearn.decomposition.LatentDirichletAllocation.html