- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 811 - 820 of 3,200 for 2 (0.1 sec)
-
移行 1.1.2 to 1.1.4 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate112to114.html -
Joint feature selection with multi-task Lasso —...
2 , 2 ) plt . spy ( coef_multi_task_lasso_...)) times = np . linspace ( 0 , 2 * np . pi , n_tasks ) for k in...scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html -
1. Supervised learning — scikit-learn 1.7.2 doc...
2. Linear and Quadratic Discriminant Analysis 1.2.1. Dimensionality...Linear Discriminant Analysis 1.2.2. Mathematical formulation of...scikit-learn.org/stable/supervised_learning.html -
移行 1.0.1 to 1.0.2 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate101to102.html -
Balance model complexity and cross-validated sc...
performance (best score - 1 std) 2. best_low_complexity : Selects...Dimensionality reduction using PCA 2. Classification using LogisticRegression...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html -
linear_kernel — scikit-learn 1.7.2 documentation
2.]]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.linear_kernel.html -
Sparse coding with a precomputed dictionary — s...
) ** 2 / width ** 2 ) * np . exp ( - (( x - center ) ** 2 ) /.../ ( 2 * width ** 2 )) ) return x def ricker_matrix ( width , resolution...scikit-learn.org/stable/auto_examples/decomposition/plot_sparse_coding.html -
Multiclass Receiver Operating Characteristic (R...
This can be done in 2 different ways: the One-vs-Rest...linearly separable from the other 2; the latter are not linearly separable...scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html -
_safe_indexing — scikit-learn 1.7.2 documentation
2 ], [ 3 , 4 ], [ 5 , 6 ]]) >>>...select the first row array([1, 2]) >>> _safe_indexing ( data ,...scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html -
Gaussian Mixture Model Selection — scikit-learn...
2 ), C ) # general component_2 = 0.7 * np . random...scatter ( component_2 [:, 0 ], component_2 [:, 1 ], s = 0.8 )...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html