- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1371 - 1380 of over 10,000 for 2 (0.21 seconds)
Filter
-
make_friedman1 — scikit-learn 1.8.0 docum...
2 ] - 0.5 ) ** 2 + 10 * X [:, 3 ] + 5 *...in Friedman [1] and Breiman [2]. Inputs X are independent features...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman1.html -
Factor Analysis (with rotation) to visualize pa...
scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html -
plot_classifier_comparison.py
make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py -
范围指定检索
ified:[日期时间1 TO 日期时间2]”(日期时间1 < 日期时间2)。 日期时间基于 ISO 8601 标准。...例如,要搜索 last_modified 字段在 2016 年 2 月 21 日 20 时(假设为当前日期时间)之前 30 天...fess.codelibs.org/zh-cn/15.5/user/search-range.html -
all_estimators — scikit-learn 1.8.0 docum...
'tuple'> >>> estimators [: 2 ] [('ARDRegression', <class...) >>> classifiers [: 2 ] [('AdaBoostClassifier',...scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_estimators.html -
Attack Discovery | Elastic
Elastic Observability in action: 2-minute quick demo Watch this short,...Explore Search Elasticsearch in 2 minutes In this demo, we show...www.elastic.co/demo-gallery/security-attack-discovery -
Centrally manage IBM Cloud resources with APIs
"ibm openid" } Copy code Option 2: Use IBM Cloud CLI Log in to IBM...Bearer reallylong.token.here Step 2. Create the operations service...developer.ibm.com/tutorials/awb-centrally-manage-cloud-resources-apis/ -
Ordinary Least Squares and Ridge Regression ...
[ 2 ]] # Use only one feature X_train...ax = plt . subplots ( ncols = 2 , figsize = ( 10 , 5 ), sharex...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html -
Topic extraction with Non-negative Matrix Facto...
subplots ( 2 , 5 , figsize = ( 30 , 15 ), sharex...TfidfVectorizer ( max_df = 0.95 , min_df = 2 , max_features = n_features ,...scikit-learn.org/stable/auto_examples/applications/plot_topics_extraction_with_nmf_lda.html -
KNeighborsTransformer — scikit-learn 1.8....
array([[2]])) As you can see, it returns [[0.5]], and [[2]], which..., metric = 'minkowski' , p = 2 , metric_params = None , n_jobs...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html