- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 113 for c (0.03 sec)
-
7.4. Loading other datasets — scikit-learn 1.5....
target ) array(['c-CS-m', 'c-CS-s', 'c-SC-m', 'c-SC-s', 't-CS-m',...2015 **Please cite**: Higuera C, Gardiner KJ, Cios KJ (2015) Self-Organizing...scikit-learn.org/stable/datasets/loading_other_datasets.html -
4.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 -
Installing the development version of scikit-le...
10 A C/C++ compiler and a matching OpenMP...instructions to install a working C/C++ compiler with OpenMP support...scikit-learn.org/stable/developers/advanced_installation.html -
6.6. Random Projection — scikit-learn 1.5.2 doc...
scikit-learn.org/stable/modules/random_projection.html -
cross_validation.rst.txt
"c", "c", "c", "d", "d", "d"] >>> groups...= ["a", "b", "b", "b", "c", "c", "c", "a"] >>> groups = [1, 1,...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
1.8. Cross decomposition — scikit-learn 1.5.2 d...
the cross-covariance matrix \(C = X_k^T Y_k\) . \(u_k\) and \(v_k\)...u_k\) and \(\omega_k = Y_k v_k\) c) Regress \(X_k\) on \(\xi_k\)...scikit-learn.org/stable/modules/cross_decomposition.html -
1.3. Kernel ridge regression — scikit-learn 1.5...
scikit-learn.org/stable/modules/kernel_ridge.html -
3.5. Validation curves: plotting scores to eval...
param_name = "C" , param_range = np . logspace..."linear" ), X , y , param_name = "C" , param_range = np . logspace...scikit-learn.org/stable/modules/learning_curve.html -
6.7. Kernel Approximation — scikit-learn 1.5.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 -
2.9. Neural network models (unsupervised) — sci...
w_{ij}v_ih_j - \sum_i b_iv_i - \sum_j c_jh_j\] In the formula above, \(\mathbf{b}\)...\(\mathbf{b}\) and \(\mathbf{c}\) are the intercept vectors for...scikit-learn.org/stable/modules/neural_networks_unsupervised.html