- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1391 - 1400 of over 10,000 for 2 (2.2 seconds)
Filter
-
SelectorMixin — scikit-learn 1.8.0 documentation
mask [: 2 ] = True # select the first two...fit_transform ( X , y ) . shape (150, 2) fit_transform ( X , y = None...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectorMixin.html -
API de Scheduler
horas 0 0 2 * * MON Ejecutar cada lunes a las 2 AM 0 0 2 1 * ? Ejecutar...Descripcion 0 0 2 * * ? Ejecutar diariamente a las 2 AM 0 0 0/6 *...fess.codelibs.org/es/15.5/api/admin/api-admin-scheduler.html -
brier_score_loss — scikit-learn 1.8.0 documenta...
2 , 0.7 , 0.1 ], [ 0.2 , 0.2 , 0.6 ]], ... labels...by 1/2 to lie in the [0, 1] range instead of the [0, 2] range....scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html -
fbeta_score — scikit-learn 1.8.0 documentation
2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0 , 0...\frac{(1 + \beta^2) \text{tp}} {(1 + \beta^2) \text{tp} + \text{fp}...scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html -
TheilSenRegressor — scikit-learn 1.8.0 document...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_samples = 200 , n_features = 2 , noise = 4.0 , random_state =...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html -
Configure custom alerts from Maximo Monitor to ...
Nidhi Jain Like 2 Save On this page Maximo Monitor...you'll be working with. Step 2. Update the Credentials file The...developer.ibm.com/tutorials/awb-send-alerts-external-system-maximo-monitor/ -
ProxyCachingConfiguration (Spring Framework 7.0...
proxyBeanMethods =false) @Role (2) public class ProxyCachingConfigur...nternalCacheAdvisor") @Role (2) public BeanFactoryCacheOper...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/cache/annotation/Pro... -
Build and deploy an IBM MQ app to AWS Cloud: Us...
Patterns GitHub under an Apache 2.0 license. Prerequisites To familiarize...Docker and Docker Compose, version 2.0 or higher. To deploy the application...developer.ibm.com/tutorials/mq-build-deploy-ibm-mq-app-to-aws-cloud/ -
DotProduct — scikit-learn 1.8.0 documentation
\sigma_0^2)\) on the bias. The DotProduct...of the kernel. For \(\sigma_0^2 =0\) , the kernel is called the...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html -
StratifiedKFold — scikit-learn 1.8.0 docu...
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...n_splits = 2 ) >>> skf . get_n_splits () 2 >>>...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html