- Sort Score
- Num 10 results
- Language All
- Labels All
Results 641 - 650 of over 10,000 for 2 (0.49 seconds)
-
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 -
make_biclusters — scikit-learn 1.8.0 docu...
shape (2, 10) >>> cols . shape (2, 20) Gallery...shape = ( 10 , 20 ), n_clusters = 2 , random_state = 42 ... ) >>>...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html -
ParameterGrid — scikit-learn 1.8.0 docume...
'a' : 2 , 'b' : True }, { 'a' : 2 , 'b'...param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True , False...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html -
ExtraTreeRegressor — scikit-learn 1.8.0 d...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html