- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1051 - 1060 of 8,942 for 2 (0.31 seconds)
Filter
-
Ingest data with Python | Elastic Docs
'_shards': {'total': 2, 'successful': 1, 'failed': 0},...'created', '_shards': {'total': 2, 'successful': 1, 'failed': 0},...www.elastic.co/docs/manage-data/ingest/ingesting-data-from-applications/ingest-data-with-python-o... -
Optimizing GPU accelerated VMs with KubeVirt
GPU(column) bandwidth (GB/s) 0 1 2 3 4 5 6 7 0 12 . 61 12 . 52 15...NUMA node: 1 Thread of device 2 running on CPU: 152 , NUMA node:...developer.ibm.com/articles/gpu-vms-kubevirt-numa-nodes/ -
Semi-supervised Classification on a Text Datase...
2 ), min_df = 5 , max_df = 0.8 )...Micro-averaged F1 score on test set: 0.901 2. Evaluate a supervised SGDClassifier...scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html -
KDTree — scikit-learn 1.8.0 documentation
satisfy leaf_size <= n_points <= 2 * leaf_size , except in the case...standard Euclidean distance when p = 2. A list of valid metrics for KDTree...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html -
Feature importances with a forest of trees — sc...
n_classes = 2 , random_state = 0 , shuffle =...min_samples_split: int or float, default=2 The minimum number of samples...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html -
Semantic search | Elastic Docs
workflow (recommended) Option 2 : Use the inference API workflow...search with semantic_text . Option 2: Inference API The inference API...www.elastic.co/docs/solutions/search/semantic-search -
KMeans — scikit-learn 1.8.0 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...cluster_centers_ array([[10., 2.], [ 1., 2.]]) For examples of common...scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html -
Fess 安装指南
设置环境变量 步骤 1: 安装 OpenSearch 步骤 2: 安装 Fess 步骤 3: 启动 注册为 Windows...步骤 1: 获取 Docker Compose 文件 步骤 2: 确认 Docker Compose 文件 步骤 3: 启动...fess.codelibs.org/zh-cn/15.5/install/index.html -
make_scorer — scikit-learn 1.8.0 documentation
beta = 2 ) >>> ftwo_scorer make_scorer(fbeta_score,...response_method='predict', beta=2) >>> from sklearn.model_selection...scikit-learn.org/stable/modules/generated/sklearn.metrics.make_scorer.html -
Ridge — scikit-learn 1.8.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...than tol . Changed in version 1.2: Default value changed from 1e-3...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html