- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1161 - 1170 of over 10,000 for 2 (0.58 seconds)
Filter
-
Principal Component Regression vs Partial Least...
n_samples ) / 2 fig , axes = plt . subplots ( 1 , 2 , figsize =...) pca = PCA ( n_components = 2 ) . fit ( X ) plt . scatter (...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html -
1.4. Support Vector Machines — scikit-learn 1.8...
[ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> regr = svm...values: >>> clf . predict ([[ 2. , 2. ]]) array([1]) SVMs decision...scikit-learn.org/stable/modules/svm.html -
NOT 检索
如果想搜索包含”搜索词1”但不包含”搜索词2”的文档,输入并搜索如下内容: 搜索词1 NOT 搜索词2...fess.codelibs.org/zh-cn/15.4/user/search-not.html -
Istio - IBM Developer
developer.ibm.com/components/istio -
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 -
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 -
mean_absolute_percentage_error — scikit-learn 1...
2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> m...1. , 0. , 2.4 , 7. ] >>> y_pred = [ 1.2 , 0.1 , 2.4 , 8. ] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.html -
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 -
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 -
Linear and Quadratic Discriminant Analysis with...
[ 2.5 , 0.7 ]]) * 2.0 cov_class_2 = cov_class_1.... Ellipse ( mean , 2 * v [ 0 ] ** 0.5 , 2 * v [ 1 ] ** 0.5 ,...scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html