- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1001 - 1010 of 3,200 for 2 (0.35 sec)
-
Hierarchical clustering: structured vs unstruct...
2 import mpl_toolkits.mplot3d #...== l , 1 ], X [ label == l , 2 ], color = plt . cm . jet ( float...scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html -
1.3. Kernel ridge regression — scikit-learn 1.7...
(linear least squares with \(L_2\) -norm regularization) with the...loss, both combined with \(L_2\) regularization. In contrast...scikit-learn.org/stable/modules/kernel_ridge.html -
incr_mean_variance_axis — scikit-learn 1.7.2 do...
2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ]) >>>...>>> scale = np . array ([ 2 , 3 , 2 ]) >>> csr = sparse . csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.incr_mean_variance_axis.html -
Gaussian Processes regression: basic introducto...
length_scale_bounds = ( 1e-2 , 1e2 )) gaussian_process = GaussianProcessRegre...gaussian_process . kernel_ 5.02**2 * RBF(length_scale=1.43) After...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy_targets.html -
all_functions — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version all_functions # sklearn.utils.discovery. all_function...scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_functions.html -
kernel_metrics — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version kernel_metrics # sklearn.metrics.pairwise. kernel_met...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.kernel_metrics.html -
all_displays — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version all_displays # sklearn.utils.discovery. all_displays ...scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_displays.html -
check_scalar — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version check_scalar # sklearn.utils. check_scalar ( x , name...scikit-learn.org/stable/modules/generated/sklearn.utils.check_scalar.html -
sigmoid_kernel — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version sigmoid_kernel # sklearn.metrics.pairwise. sigmoid_ke...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.sigmoid_kernel.html -
sklearn.preprocessing — scikit-learn 1.7.2 docu...
Methods for scaling, centering, normalization, binarization, and more. User guide. See the Preprocessing data section for further details.scikit-learn.org/stable/api/sklearn.preprocessing.html