- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1201 - 1210 of over 10,000 for 2 (2.62 seconds)
Filter
-
Using KBinsDiscretizer to discretize continuous...
subplots ( ncols = 2 , sharey = True , figsize = (...predict ( line ), linewidth = 2 , color = "green" , label = "linear...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html -
kNN search in Elasticsearch | Elastic Docs
- 1) cosine : (2 * _score) - 1 dot_product : (2 * _score) - 1..."k": 2, "num_candidates": 2, "inner_hits":...www.elastic.co/docs/solutions/search/vector/knn -
Get started with machine learning - IBM Developer
time to complete Approximately 2 hours. Learning objectives Upon...21 May 2021 Time to complete: 2 hours Legend Like Save Previous...developer.ibm.com/learningpaths/learning-path-machine-learning-for-developers -
SGD: Penalties — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_penalties.html -
LeavePOut — scikit-learn 1.8.0 documentation
3] Test: index=[0 2] Fold 2: Train: index=[1 2] Test: index=[0...([ 1 , 2 , 3 , 4 ]) >>> lpo = LeavePOut ( 2 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html -
RHEL AI - IBM Developer
developer.ibm.com/components/redhat-enterprise-linux-ai -
CCA — scikit-learn 1.8.0 documentation
[ 2. , 2. , 2. ], [ 3. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html -
d2_pinball_score — scikit-learn 1.8.0 documenta...
Notes Like \(R^2\) , \(D^2\) score may be negative (it...([[ 1 ], [ 2 ], [ 3 ], [ 4 ]]) >>> y = np . array ([ 2.5 , 0.0 ,...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html -
Sparse coding with a precomputed dictionary — s...
) ** 2 / width ** 2 ) * np . exp ( - (( x - center ) ** 2 ) /.../ ( 2 * width ** 2 )) ) return x def ricker_matrix ( width , resolution...scikit-learn.org/stable/auto_examples/decomposition/plot_sparse_coding.html -
check_symmetric — scikit-learn 1.8.0 docu...
2 ], [ 1 , 0 , 1 ], [ 2 , 1 , 0 ]]) >>>...symmetric_array ) array([[0, 1, 2], [1, 0, 1], [2, 1, 0]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_symmetric.html