- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 91 - 100 of 766 for c (0.42 sec)
-
linear_model.rst.txt
``C`` is given by ``alpha = 1 / C`` or ``alpha =...:func:`sklearn.svm.l1_min_c` allows to calculate the lower bound for C in order...scikit-learn.org/stable/_sources/modules/linear_model.rst.txt -
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 -
permutation_test_score — scikit-learn 1.7.1 doc...
scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html -
How to operationalize generative AI | Elastic
www.elastic.co/portfolio/operationalizing-generative-ai-strategic-guide -
LinearDiscriminantAnalysis — scikit-learn 1.7.1...
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... -
LogisticRegression — scikit-learn 1.7.1 documen...
C = 1.0 , fit_intercept = True ,...both dense and sparse input. Use C-ordered arrays or CSR matrices...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html -
MiniBatchKMeans — scikit-learn 1.7.1 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 -
DecisionBoundaryDisplay — scikit-learn 1.7.1 do...
c = iris . target , edgecolor =...scatter ( X [:, 0 ], X [:, 1 ], c = iris . target , edgecolor =...scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.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 -
GitHub - codelibs/fess-testdata: Test Data Repo...
github.com/codelibs/fess-testdata