- Sort Score
- Num 10 results
- Language All
- Labels All
Results 631 - 640 of over 10,000 for 2 (1.22 seconds)
-
Early stopping in Gradient Boosting — sci...
axes [ 2 ] . bar ( labels , training_times ) axes [ 2 ] . set_ylabel...axes [ 2 ] . text ( bar . get_x () + bar . get_width () / 2 , height...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html -
Multilabel classification — scikit-learn ...
subplot ( 2 , 2 , subplot ) plt . title ( title..."none" , linewidths = 2 , label = "Class 2" , ) plot_hyperplane...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html -
additive_chi2_kernel — scikit-learn 1.8.0...
-2.], [-2., -1.]]) On this page This...given by: k(x, y) = -Sum [(x - y)^2 / (x + y)] It can be interpreted...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html -
make_moons — scikit-learn 1.8.0 documenta...
2 , random_state = 42 ) >>> X . shape (200, 2) >>>...n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html -
PLSRegression — scikit-learn 1.8.0 docume...
[ 2. , 2. , 2. ], [ 2. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html -
Sparse coding with a precomputed dictionary ...
) ** 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 -
RationalQuadratic — scikit-learn 1.8.0 do...
x_j)^2 }{ 2\alpha l^2}\right)^{-\alpha}\] where...>>> gpc . predict_proba ( X [: 2 ,:]) array([[0.8881, 0.0566, 0.05518],...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RationalQuadratic.html -
make_classification — scikit-learn 1.8.0 ...
n_informative = 2 , n_redundant = 2 , n_repeated = 0 , n_classes = 2 , n_clusters_per_class...n_clusters_per_class = 2 , weights = None , flip_y = 0.01 , class_sep...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html -
문서
단계 2: Fess 설치 단계 3: 시작 RPM 버전 설치 단계 1: OpenSearch 설치 단계 2: Fess...1: 파일을 개별적으로 다운로드 방법 2: Git으로 리포지토리 복제 단계 2: Docker Compose 파일...fess.codelibs.org/ko/documentation.html -
MultiTaskLassoCV — scikit-learn 1.8.0 doc...
it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]]) . T >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html