- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 91 - 100 of 662 for c (0.06 sec)
-
How to operationalize generative AI | Elastic
www.elastic.co/portfolio/operationalizing-generative-ai-strategic-guide -
BisectingKMeans — scikit-learn 1.7.2 documentation
that if the original data is not C-contiguous, a copy will be made...The data will be converted to C ordering, which will cause a memory...scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html -
feature_selection.rst.txt
the parameter C controls the sparsity: the smaller C the fewer features...(150, 4) >>> lsvc = LinearSVC(C=0.01, penalty="l1", dual=False).fit(X,...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
model_evaluation.rst.txt
math:: \frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c (\text{AUC}(j...math:: \frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c p(j \cup k)(...scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt -
1.1. Linear Models — scikit-learn 1.7.2 documen...
C is given by alpha = 1 / C or alpha = 1 / (n_samples...sklearn.svm.l1_min_c allows to calculate the lower bound for C in order...scikit-learn.org/stable/modules/linear_model.html -
Unlock the power of Search AI at Elastic{ON} Ne...
www.elastic.co/events/elasticon/new-york-city -
GitHub - codelibs/fess-testdata: Test Data Repo...
github.com/codelibs/fess-testdata -
plot_pca_iris.zip
c=iris.target, s=40, ) ax.set( title="First...X_reduced[:, 1],\n X_reduced[:, 2],\n c=iris.target,\n s=40,\n)\n\nax.set(\n...scikit-learn.org/stable/_downloads/99402c7ce7a6ab7fafcb48caa3c9447b/plot_pca_iris.zip -
LinearDiscriminantAnalysis — scikit-learn 1.7.2...
corresponds to sum_k prior_k * C_k where C_k is the covariance matrix...the samples in class k . The C_k are estimated using the (potentially...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi... -
OneClassSVM — scikit-learn 1.7.2 documentation
Rescale C per sample. Higher weights force...estimator. Notes If X is not a C-ordered contiguous array it is...scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html