- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 766 for c (0.14 sec)
-
pydata-sphinx-theme.js
i=c(n,o);return 0!==i?i:a&&s?c(a.split("."),s.... i=o&&e.preferred,c=!o&&!r&&e.match;(i||c)&&(a.classList.add...scikit-learn.org/stable/_static/scripts/pydata-sphinx-theme.js -
HuberRegressor — scikit-learn 1.7.1 documentation
the samples where |(y - Xw - c) / sigma| < epsilon and the absolute...the samples where |(y - Xw - c) / sigma| > epsilon , where the...scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html -
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 -
Use OpenTelemetry with APM | Elastic Docs
www.elastic.co/docs/solutions/observability/apm/use-opentelemetry-with-apm -
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 -
confusion_matrix — scikit-learn 1.7.1 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 -
LogisticRegressionCV — scikit-learn 1.7.1 docum...
the best C is the average of the C’s that correspond...folds, and the coefs and the C that corresponds to the best score...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.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... -
OrdinalEncoder — scikit-learn 1.7.1 documentation
(c.f. bpo-43475 ). Examples Given...into a single category, “b” and “c” are their own categories, unknown...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html -
SplineTransformer — scikit-learn 1.7.1 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