- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 3,757 for 1 (0.23 sec)
-
Tags — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.Tags.html -
1.9. Naive Bayes — scikit-learn 1.7.2 documenta...
= P(x_i = 1 \mid y) x_i + (1 - P(x_i = 1 \mid y)) (1 - x_i)\]...that \[P(x_i | y, x_1, \dots, x_{i-1}, x_{i+1}, \dots, x_n) = P(x_i...scikit-learn.org/stable/modules/naive_bayes.html -
cluster_optics_dbscan — scikit-learn 1.7.2 docu...
1, 1, 1]) Gallery examples # Demo of...compute_optics_graph >>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ......scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html -
SelectFwe — scikit-learn 1.7.2 documentation
Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html -
SelectFdr — scikit-learn 1.7.2 documentation
Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html -
make_column_selector — scikit-learn 1.7.2 docum...
1. , 0. , 0. ], [-1.50755672, 1. , 0. , 0. ], [-0.30151134,...[-0.30151134, 0. , 1. , 0. ], [ 0.90453403, 0. , 0. , 1. ]]) __call__...scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_selector.html -
gen_even_slices — scikit-learn 1.7.2 documentation
1, None), slice(1, 2, None), ..., slice(9,...list ( gen_even_slices ( 10 , 1 )) [slice(0, 10, None)] >>> list...scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html -
DBFlute Maven Plugin 1.0.0 API
dbflute.seasar.org/maven/plugin/apidocs/index.html -
PairwiseKernel — scikit-learn 1.7.2 documentation
PairwiseKernel ( gamma = 1.0 , gamma_bounds = (1e-05, 100000.0)...Parameters : gamma float, default=1.0 Parameter gamma of the pairwise...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.PairwiseKernel.html -
7.7. Kernel Approximation — scikit-learn 1.7.2 ...
[ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...\Lambda^{-1} U_1^T K_{21}^T \\&= K_{21} U_1 \Lambda^{-1} U_1^T K_{21}^T...scikit-learn.org/stable/modules/kernel_approximation.html