- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1341 - 1350 of over 10,000 for 2 (0.49 seconds)
-
Image denoising using dictionary learning ̵...
2 , 2 ) difference = image - reference...copy () distorted [:, width // 2 :] += 0.075 * np . random . randn...scikit-learn.org/stable/auto_examples/decomposition/plot_image_denoising.html -
업그레이드 절차
1시간 예비 시간: 30분 권장 유지보수 시간 : 총 2 ~ 4시간 단계 1: 데이터 백업 업그레이드 전에 모든...s_backup/snapshot_1" 방법 2: 디렉터리별 백업 OpenSearch를 중지한 후 데이터...fess.codelibs.org/ko/15.5/install/upgrade.html -
CSV Connector
1 content News 2 Article 2 This is article 2 content Blog Parameters:.../usr/share/fess/app/WEB-INF/lib/ Method 2: Install from admin console Open...fess.codelibs.org/15.5/config/datastore/ds-csv.html -
inplace_column_scale — scikit-learn 1.8.0...
2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5...>>> scale = np . array ([ 2 , 3 , 2 ]) >>> csr = sparse...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_column_scale.html -
grid_search.rst.txt
+--------- | 3 * 2 = 6 | 70 // 2 = 35 | +--------- | 6 * 2 = 12 | 35...35 // 2 = 17 | +--------- | 12 * 2 = 24 | 17 // 2 = 8 | +---------...scikit-learn.org/stable/_sources/modules/grid_search.rst.txt -
DictVectorizer — scikit-learn 1.8.0 docum...
'bar' : 2 }, { 'foo' : 3 , 'baz'...( D ) >>> X array([[2., 0., 1.], [0., 1., 3.]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html -
power_transform — scikit-learn 1.8.0 docu...
2 ], [ 3 , 2 ], [ 4 , 5 ]] >>>...and negative values ‘box-cox’ [2] , only works with strictly positive...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.html -
BaseEstimator — scikit-learn 1.8.0 docume...
{'param': 2} >>> X = np . array ([[ 1 , 2 ], [ 2 , 3 ],...y ) . predict ( X ) array([2, 2, 2]) >>> estimator ....scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.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 -
make_scorer — scikit-learn 1.8.0 document...
beta = 2 ) >>> ftwo_scorer ma...response_method='predict', beta=2) >>> from sklearn.model_selection...scikit-learn.org/stable/modules/generated/sklearn.metrics.make_scorer.html