- Sort Score
- Num 10 results
- Language All
- Labels All
Results 141 - 150 of 8,534 for 10 (0.53 seconds)
-
unique_labels — scikit-learn 1.8.0 docume...
scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.unique_labels.html -
7.1. Pipelines and composite estimators —...
10 ], ... clf__C = [ 0.1 , 10 , 100 ]) >>>...pipe . set_params ( clf__C = 10 ) Pipeline(steps=[('reduce_dim',...scikit-learn.org/stable/modules/compose.html -
Front-end development - IBM Developer
developer.ibm.com/technologies/front-end-development -
make_hastie_10_2 — scikit-learn 1.8.0 doc...
Example 10.2. The ten features are standard...ndarray of shape (n_samples, 10) The input samples. y ndarray...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html -
爬虫基本配置
降低目标服务器负载 中规模网站(1万〜10万页) 5〜10 平衡配置 大规模网站(10万页以上) 10〜20 需要快速爬取 文件服务器...example . com / 爬取间隔 : 每天1次 线程数 : 10 深度 : 无限制 ( - 1 ) 最大访问数 : 10000...fess.codelibs.org/zh-cn/15.4/config/crawler-basic.html -
Java - IBM Developer
Items per page: 10 20 30 1–10 of 160 items Page number,...of 16 pages 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 of 16 pages...developer.ibm.com/languages/java/ -
Large language models (LLMs) - IBM Developer
Items per page: 10 20 30 1–10 of 112 items Page number,...of 12 pages 1 2 3 4 5 6 7 8 9 10 11 12 of 12 pages Previous page...developer.ibm.com/technologies/large-language-models -
Theil-Sen Regression — scikit-learn 1.8.0...
n_samples ) y = w * x + c + noise # 10% outliers y [ - 20 :] += - 20...n_samples ) y = 3 * x + 2 + noise # 10% outliers x [ - 20 :] = 9.9 y...scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html -
Selecting dimensionality reduction with Pipelin...
10 , 100 , 1000 ] param_grid = [...param_grid=[{'classify__C': [1, 10, 100, 1000], 'reduce_dim':...scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html -
Polynomial and Spline interpolation — sci...
10 , 100 ) rng = np . random . RandomState...center" ) ax . set_ylim ( - 20 , 10 ) plt . show () This shows nicely...scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html