- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 81 - 90 of 558 for c (0.06 sec)
-
install.rst.txt
for instance:: C:\Users\username>C:\Users\username\AppD...packages in the environment python -c "import sklearn; sklearn.show_versions()"...scikit-learn.org/stable/_sources/install.rst.txt -
Manifold Learning methods on a severed sphere —...
c = p [ indices ], cmap = plt ....trans_data [ 0 ], trans_data [ 1 ], c = colors , cmap = plt . cm . rainbow...scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html -
LogisticRegressionCV — scikit-learn 1.7.2 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 -
7.7. Kernel Approximation — scikit-learn 1.7.2 ...
\prod_i \frac{2\sqrt{x_i+c}\sqrt{y_i+c}}{x_i + y_i + 2c}\] It has...kernels” Li, F., Ionescu, C., and Sminchisescu, C. - Pattern Recognition,...scikit-learn.org/stable/modules/kernel_approximation.html -
Windows Installation Script | Heartbeat Referen...
folder has changed from C:\ProgramData\ to C:\Program Files\ because...can manually move C:\ProgramData\heartbeat to C:\Program Files\Heartbeat-Data...www.elastic.co/guide/en/beats/heartbeat/current/heartbeat-installation-script.html -
brier_score_loss — scikit-learn 1.7.2 documenta...
\[\frac{1}{N}\sum_{i=1}^{N}\sum_{c=1}^{C}(y_{ic} - \hat{p}_{ic})^{2}\]...\(N\) observations labeled from \(C\) possible classes, the Brier...scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html -
Windows Installation Script | Packetbeat Refere...
folder has changed from C:\ProgramData\ to C:\Program Files\ because...can manually move C:\ProgramData\packetbeat to C:\Program Files\Packetbeat-Data...www.elastic.co/guide/en/beats/packetbeat/current/packetbeat-installation-script.html -
Scalable learning with polynomial kernel approx...
svm import SVC ksvm = SVC ( C = 500.0 , kernel = "poly" , degree...], ], label = "Linear SVM" , c = "green" , marker = "^" , ) ax...scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html -
5.1. Partial Dependence and Individual Conditio...
\mathbb{E}_{X_C}\left[ f(x_S, X_C) \right]\\ &= \int f(x_S, x_C) p(x_C)...p(x_C) dx_C,\end{split}\] where \(f(x_S, x_C)\) is the response function...scikit-learn.org/stable/modules/partial_dependence.html -
Displaying Pipelines — scikit-learn 1.7.2 docum...
0001 C 1.0 fit_intercept True intercept_scaling..."classifier" , LogisticRegression ( C = 2.0 )), ] pipe = Pipeline (...scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html