- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1161 - 1170 of over 10,000 for 2 (0.2 seconds)
-
LinearRegression — scikit-learn 1.8.0 doc...
2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>>...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html -
Scheduler API
说明 0 0 2 * * ? 每天凌晨2点执行 0 0 0/6 * * ? 每6小时执行一次 0 0 2 * * MON...MON 每周一凌晨2点执行 0 0 2 1 * ? 每月1日凌晨2点执行 更新计划任务 请求 PUT / api / admin...fess.codelibs.org/zh-cn/15.5/api/admin/api-admin-scheduler.html -
dbscan — scikit-learn 1.8.0 documentation
2 ], [ 2 , 2 ], [ 2 , 3 ], [ 8 , 7 ], [ 8...min_samples = 2 ) >>> core_samples array([0, 1, 2, 3, 4])...scikit-learn.org/stable/modules/generated/dbscan-function.html -
Forecasting of CO2 level on Mona Loa dataset us...
co2_kernel 50**2 * RBF(length_scale=50) + 2**2 * RBF(length_scale=100)...GaussianProcessRegre(kernel=50**2 * RBF(length_scale=50) + 2**2 * RBF(length_scale=100)...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_co2.html -
Matern — scikit-learn 1.8.0 documentation
\frac{1}{\Gamma(\nu)2^{\nu-1}}\Bigg( \frac{\sqrt{2\nu}}{l} d(x_i ,...the RBF kernel. When \(\nu = 1/2\) , the Matérn kernel becomes...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html -
Reciprocal rank fusion | Reference
_id: 2 = 1.0/(1+3) + 1.0/(1+2) = 0.5833 _id: 3 = 1.0/(1+2) + 1.0/(1+1)...from=2, size=2 would return documents [ 2 , 3 ] with ranks [3, 4]...www.elastic.co/docs/reference/elasticsearch/rest-apis/reciprocal-rank-fusion -
Test an analyzer | Elastic Docs
"position": 2 }, { "token": "fox.",...: 0, "end_offset": 2, "type": "<ALPHANUM>",...www.elastic.co/docs/manage-data/data-store/text-analysis/test-an-analyzer -
TransformedTargetRegressor — scikit-learn...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...The function needs to return a 2-dimensional array. inverse_func...scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html -
Guía de Instalación de Fess
Instalación de OpenSearch Paso 2: Instalación de Fess Paso 3: Inicio...del Archivo Docker Compose Paso 2: Verificación del Archivo Docker...fess.codelibs.org/es/15.4/install/index.html -
paired_distances — scikit-learn 1.8.0 doc...
n_features) Array 2 for distance computation. metric...>>> Y = [[ 0 , 1 ], [ 2 , 1 ]] >>> paired_distances...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_distances.html