- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 662 for c (0.1 sec)
-
SplineTransformer — scikit-learn 1.7.2 document...
order {‘C’, ‘F’}, default=’C’ Order of output array...include_bias = True , order = 'C' , sparse_output = False ) [source]...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.SplineTransformer.html -
SVR — scikit-learn 1.7.2 documentation
C = 1.0 , epsilon = 0.1 , shrinking...free parameters in the model are C and epsilon. The implementation...scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html -
clustering.rst.txt
\sum_{q=1}^k n_q (c_q - c_E) (c_q - c_E)^T with :math:`C_q` the set...math:: C = \left[\begin{matrix} C_{00} & C_{01} \\ C_{10} & C_{11}...scikit-learn.org/stable/_sources/modules/clustering.rst.txt -
make_multilabel_classification — scikit-learn 1...
choose a class c: c ~ Multinomial(theta) pick the...a word: w ~ Multinomial(theta_c) In the above process, rejection...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html -
plot_release_highlights_1_7_0.py
or with conda:: conda install -c conda-forge scikit-learn """ #...d=False), LogisticRegression(C=2.0)) model # %% # Custom validation...scikit-learn.org/stable/_downloads/27dd4dbb41dee53fc86e0d5b6d3254d3/plot_release_highlights_1_7_0.py -
grid_search.rst.txt
= [ {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1,...classes. Typical examples include ``C``, ``kernel`` and ``gamma`` for...scikit-learn.org/stable/_sources/modules/grid_search.rst.txt -
3.2. Tuning the hyper-parameters of an estimato...
Typical examples include C , kernel and gamma for Support...param_grid : param_grid = [ { 'C' : [ 1 , 10 , 100 , 1000 ], 'kernel'...scikit-learn.org/stable/modules/grid_search.html -
Use OpenTelemetry with Elastic APM | Elastic Docs
www.elastic.co/docs/solutions/observability/apm/use-opentelemetry-with-apm -
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... -
confusion_matrix — scikit-learn 1.7.2 documenta...
a confusion matrix \(C\) is such that \(C_{i, j}\) is equal to...negatives is \(C_{0,0}\) , false negatives is \(C_{1,0}\) , true...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html