- Sort Score
- Num 10 results
- Language All
- Labels All
Results 971 - 980 of 8,176 for c (0.25 seconds)
-
Beginner's guide to Python
{test_celsius} °C to Fahrenheit" ) print ( f" {test_celsius} °C = {fahrenheit:...this: Converting 21 °C to Fahrenheit 21 °C = 69 . 8 °F Converting...developer.ibm.com/tutorials/python-beginners-guide/ -
Balance model complexity and cross-validated sc...
'deprecated' C C: float, default=1.0 Inverse of...t'`. 'deprecated' C C: float, default=1.0 Inverse of...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html -
Archivos Objetivo de Búsqueda
c, h, java, etc.) Archivos comprimidos...fess.codelibs.org/es/supported-files.html -
plot_release_highlights_1_8_0.rst.txt
html#:~:text=C,-float%2C%20default%3D1.0"> C <span class="p...or with conda:: conda install -c conda-forge scikit-learn .. GENERATED...scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_8_0.r... -
Plot classification boundaries with different S...
the C parameter is set to its default value ( C=1 ) in this...is applied with the parameter C=1 , which allows for a certain...scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html -
SVM: Separating hyperplane for unbalanced class...
C = 1.0 ) clf . fit ( X , y ) #...scatter ( X [:, 0 ], X [:, 1 ], c = y , cmap = plt . cm . Paired...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html -
SVM: Weighted samples — scikit-learn 1.8....
sample weighting rescales the C parameter, which means that the...X_plot [:, 0 ], X_plot [:, 1 ], c = y_plot , s = 100 * sample_weight...scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html -
clustering.rst.txt
- \frac{H(C|K)}{H(C)} .. math:: c = 1 - \frac{H(K|C)}{H(K)} where...math:: H(C|K) = - \sum_{c=1}^{|C|} \sum_{k=1}^{|K|} \frac{n_{c,k}}{n}...scikit-learn.org/stable/_sources/modules/clustering.rst.txt -
1.1. Linear Models — scikit-learn 1.8.0 d...
C is given by alpha = 1 / C or alpha = 1 / (n_samples...arguments C and l1_ratio : penalty \(r(w)\) none ( C=np.inf )...scikit-learn.org/stable/modules/linear_model.html -
Biclustering documents with the Spectral Co-clu...
join ( f " { ( c / n_rows * 100 ) : .0f } % { name...name } " for name , c in counter . most_common ( 3 ) ) #...scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html