- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 381 for c (0.04 sec)
-
NuSVR — scikit-learn 1.5.2 documentation
C float, default=1.0 Penalty parameter C of the error...sklearn.svm. NuSVR ( * , nu = 0.5 , C = 1.0 , kernel = 'rbf' , degree...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
3.4. Metrics and scoring: quantifying the quali...
uniformly: \[\frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c (\text{AUC}(j...prevalence: \[\frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c p(j \cup k)(...scikit-learn.org/stable/modules/model_evaluation.html -
Building a search app with Blazor and Elasticse...
will learn how to leverage your C# skills to build a search application...version of the Elasticsearch C# client NEST , read this blog...www.elastic.co/search-labs/blog/search-app-with-esre-blazor -
SVC — scikit-learn 1.5.2 documentation
the parameter C of class i to class_weight[i]*C for SVC. If not...class sklearn.svm. SVC ( * , C = 1.0 , kernel = 'rbf' , degree...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
6.6. Random Projection — scikit-learn 1.5.2 doc...
scikit-learn.org/stable/modules/random_projection.html -
QuadraticDiscriminantAnalysis — scikit-learn 1....
Returns : C ndarray of shape (n_samples,)...vectors X. The predicted class C for each sample in X is returned....scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal... -
Elastic Universal Profiling™, a continuous prof...
www.elastic.co/blog/continuous-profiling-is-generally-available -
cross_validation.rst.txt
"c", "c", "c", "d", "d", "d"] >>> groups...= ["a", "b", "b", "b", "c", "c", "c", "a"] >>> groups = [1, 1,...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
1.8. Cross decomposition — scikit-learn 1.5.2 d...
the cross-covariance matrix \(C = X_k^T Y_k\) . \(u_k\) and \(v_k\)...u_k\) and \(\omega_k = Y_k v_k\) c) Regress \(X_k\) on \(\xi_k\)...scikit-learn.org/stable/modules/cross_decomposition.html -
MiniBatchKMeans — scikit-learn 1.5.2 documentation
the data will be converted to C ordering, which will cause a memory...copy if the given data is not C-contiguous. If a sparse matrix...scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html