- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1451 - 1460 of over 10,000 for 2 (0.46 seconds)
Filter
-
LinearSVR — scikit-learn 1.8.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...(n_features) if n_classes == 2 else (n_classes, n_features) Weights...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html -
Permutation Importance with Multicollinear or C...
n_jobs = 2 ) perm_sorted_idx = result . importances_mean...score ( X_test , y_test ) : .2 } " ) Baseline accuracy on...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html -
Effect of transforming the targets in regressio...
subplots ( 2 , 2 , sharey = "row" ,...ax1 ) = plt . subplots ( 1 , 2 ) ax0 . hist ( y , bins = 100...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html -
plot_discretization_strategies.zip
[2, 4], [8, 8]]) centers_1 = np.array([[0,...form(-3, 3, size=(n_samples, 2)), make_blobs( n_samples=[ n_samples...scikit-learn.org/stable/_downloads/7b16734166ab4280e940d7fb89dd6113/plot_discretization_strategie... -
Vector Quantization Example — scikit-lear...
subplots ( ncols = 2 , figsize = ( 12 , 4 )) ax [ 0...by a factor of approximately 2.5. We will later discuss about...scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html -
Release Highlights for scikit-learn 1.4 —...
2 Release Highlights for scikit-learn 1.2 Release Highlights..."adult" , version = 2 , return_X_y = True ) # Remove...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html -
AND 检索
如果想搜索包含”搜索词1”和”搜索词2”的文档,在搜索表单中输入如下内容: 搜索词1 AND 搜索词2 也可以用 AND 连接多个词。...fess.codelibs.org/zh-cn/15.3/user/search-and.html -
제거 절차
0 단계 2: OpenSearch 삭제 OpenSearch 설치 디렉터리를...rm -rf /path/to/opensearch-3.3.2 단계 3: 데이터 디렉터리 삭제(옵션) 기본적으로 데이터...fess.codelibs.org/ko/15.5/install/uninstall.html -
日志配置
/^\d{4}-\d{2}-\d{2}/ format1 /^(?<time>\d{4}-\d{2}-\d{2} \d{...\d{2}:\d{2}:\d{2},\d{3}) \[(?<thread>.*?)\] (?<level&g...fess.codelibs.org/zh-cn/15.4/config/admin-logging.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