- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1441 - 1450 of over 10,000 for 2 (0.2 seconds)
-
Fess 安装指南
设置环境变量 步骤 1: 安装 OpenSearch 步骤 2: 安装 Fess 步骤 3: 启动 注册为 Windows...步骤 1: 获取 Docker Compose 文件 步骤 2: 确认 Docker Compose 文件 步骤 3: 启动...fess.codelibs.org/zh-cn/15.3/install/index.html -
Linux 설치 (상세 절차)
2/opensearch-3.3.2-linux-x64.tar.gz $ tar...opensearch-3.3.2-linux-x64.tar.gz $ cd opensearch-3.3.2 참고 이 예제에서는...fess.codelibs.org/ko/15.4/install/install-linux.html -
Evaluate the performance of a classifier with C...
set_printoptions ( precision = 2 ) # Plot non-normalized confusion...n_redundant = 0 , n_classes = 2 , random_state = 42 , ) X_train...scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html -
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... -
test.tex
\begin{equation} x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \end{equation} Einstein's...equation: \begin{equation} E = mc^2 \end{equation} \section{Lists...raw.githubusercontent.com/codelibs/fess-testdata/master/files/latex/test.tex -
TruncatedSVD — scikit-learn 1.8.0 documen...
TruncatedSVD ( n_components = 2 , * , algorithm = 'randomized'...Parameters : n_components int, default=2 Desired dimensionality of output...scikit-learn.org/stable/modules/generated/sklearn.decomposition.TruncatedSVD.html -
average_precision_score — scikit-learn 1....
2 , 2 ]) >>> y_scores = np...], ... [ 0.2 , 0.3 , 0.5 ], ... [ 0.4 , 0.4 , 0.2 ], ... [ 0.1...scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html -
SpectralBiclustering — scikit-learn 1.8.0...
[ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralBiclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html -
Comparing Target Encoder with Other Encoders &#...
Toro Bodega Carmen Rodríguez 2 US Mac Watson honors the memory...result in up to `max_categories + 2` integer codes. .. versionadded::...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html -
Plot classification probability — scikit-...
figsize = ( 4 * 2.2 , n_classifiers * 2.2 ), ) evaluation_results...load_iris () X = iris . data [:, 0 : 2 ] # we only take the first two...scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html