- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1181 - 1190 of over 10,000 for 2 (0.31 seconds)
Filter
-
make_friedman2 — scikit-learn 1.8.0 documentation
0 ] ** 2 + ( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1...[source] # Generate the “Friedman #2” regression problem. This dataset...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html -
NOT 检索
如果想搜索包含”搜索词1”但不包含”搜索词2”的文档,输入并搜索如下内容: 搜索词1 NOT 搜索词2...fess.codelibs.org/zh-cn/15.4/user/search-not.html -
feature_extraction.rst.txt
2.0986]}{\sqrt{\big(3^2 + 0^2 + 2.0986^2\big)}} = [...(one_image, (2, 2)) >>> patches.shape (9, 2, 2, 3) >>> patches[4,...scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt -
Istio - IBM Developer
developer.ibm.com/components/istio -
Cluster analysis in R - IBM Developer
diag( 2 ) * c( 2 , 1 ))) %>% mutate( class...diag( 2 ) * c( 1 , 3 ))) %>% mutate( class =factor( 2 )) cluster3...developer.ibm.com/tutorials/awb-cluster-analysis-in-r/ -
Manage Integrations server in Elastic Cloud Hos...
"cluster_topology": [ { "zone_count": 2, "elasticsearch": { "node_attributes":..."value": 8192 } }, { "zone_count": 2, "elasticsearch": { "node_attributes":...www.elastic.co/docs/deploy-manage/deploy/elastic-cloud/manage-integrations-server -
Comparison of kernel ridge and Gaussian process...
period of this sine is thus \(2 \pi\) . We will reuse this information...= "True signal" , linewidth = 2 ) plt . scatter ( training_data...scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html -
Release Highlights for scikit-learn 0.24 — scik...
2. From 1.2, use # PartialDependenceDis...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Gallery generated...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html -
Custom refit strategy of a grid search with cro...
as in '2*n_jobs' '2*n_jobs' error_score error_score:...function of n_jobs, as in '2*n_jobs' '2*n_jobs' error_score error_score:...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
7.4. Imputation of missing values — scikit-lear...
2. Univariate feature imputation...'mean' ) >>> imp . fit ([[ 1 , 2 ], [ np . nan , 3 ], [ 7 , 6 ]])...scikit-learn.org/stable/modules/impute.html