- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1221 - 1230 of over 10,000 for 2 (0.79 seconds)
Filter
-
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 -
爬虫基本配置
Crawler”任务 设置计划表达式(Cron格式) # 每天凌晨2点执行 0 0 2 * * ? # 每小时0分执行 0 0 * * *...毫秒(1小时) # 或在调度器中设置 0 0 2 * * ? # 每天凌晨2点 文件大小配置 可以设置爬取文件大小的上限。...fess.codelibs.org/zh-cn/15.4/config/crawler-basic.html -
AND 检索
如果想搜索包含”搜索词1”和”搜索词2”的文档,在搜索表单中输入如下内容: 搜索词1 AND 搜索词2 也可以用 AND 连接多个词。...fess.codelibs.org/zh-cn/15.4/user/search-and.html -
Procedimientos de Actualización
mantenimiento recomendado : Total 2 ~ 4 horas Paso 1: Respaldo de...ckup/snapshot_1" Método 2: Respaldo de Todo el Directorio...fess.codelibs.org/es/15.4/install/upgrade.html -
Get an IBM MQ queue for development running on ...
configuration will cost approximately $2 per day. The exact cost is dependent...keep them somewhere handy. Step 2. Install IBM MQ using Ansible...developer.ibm.com/tutorials/mq-connect-app-queue-manager-cloud-aws-ansible/ -
Sample pipeline for text feature extraction and...
2)`` means unigrams and bigrams, and ``(2, 2)`` means...unigrams, ``(1, 2)`` means unigrams and bigrams, and ``(2, 2)`` means...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html -
BernoulliRBM — scikit-learn 1.8.0 documentation
n_components = 2 ) >>> model . fit ( X ) BernoulliRBM(n_components=2) For...Contrastive Divergence (PCD) [2]. The time complexity of this...scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html -
11. Common pitfalls and recommended practices —...
2.2. Data leakage during pre-processing..., test ) [0 3 5 6 7] [1 2 4 8 9] [1 2 4 8 9] [0 3 5 6 7] >>> for...scikit-learn.org/stable/common_pitfalls.html -
文档
Compose 文件 方法 1: 单独下载文件 方法 2: 使用 Git 克隆仓库 步骤 2: 确认 Docker Compose 文件...1: 使用快照功能(推荐) 方法 2: 整体备份目录 Docker 版的备份 步骤 2: 停止当前版本 步骤 3: 安装新版本...fess.codelibs.org/zh-cn/documentation.html -
average_precision_score — scikit-learn 1.8.0 do...
2 , 2 ]) >>> y_scores = np . array ([ ... [ 0.7 , 0.2 , 0.1...], ... [ 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