- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1001 - 1010 of over 10,000 for 2 (4 seconds)
Filter
-
roc_curve — scikit-learn 1.8.0 documentation
2 , 2 ]) >>> scores = np . array ([...Returns : fpr ndarray of shape (>2,) Increasing false positive rates...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.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 -
Ridge coefficients as a function of the L2 Regu...
- X \beta \|^{2}_{2} + \alpha \| \beta \|^{2}_{2}\) where \(X\)...side (e.g. \(\|y - X\beta\|^{2}_{2}\) ) measures the squared difference...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html -
RadiusNeighborsRegressor — scikit-learn 1.8.0 d...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html -
Compare cross decomposition methods — scikit-le...
that: Y = XB + Err) [[1 1 1] [2 2 2] [0 0 0] [0 0 0] [0 0 0] [0..."X comp. 2" ) plt . title ( "X comp. 1 vs X comp. 2 (test corr...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html -
1.6. Nearest Neighbors — scikit-learn 1.8.0 doc...
2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...scikit-learn.org/stable/modules/neighbors.html -
Concatenating multiple feature extraction metho...
0s [CV 2/5; 2/18] START features__pca__n_components=1,...features__univ_select__k=1, svm__C=1 [CV 2/5; 2/18] END features__pca__n_components=1,...scikit-learn.org/stable/auto_examples/compose/plot_feature_union.html -
rand_score — scikit-learn 1.8.0 documentation
of Classification 2, 193–218 (1985). . [ 2 ] Wikipedia: Simple...predicted and true clusterings [1] [2] . The raw RI score [3] is: RI...scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html -
1.12. Multiclass and multioutput algorithms — s...
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,...1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,...scikit-learn.org/stable/modules/multiclass.html -
Ordinary Least Squares and Ridge Regression — s...
[ 2 ]] # Use only one feature X_train...ax = plt . subplots ( ncols = 2 , figsize = ( 10 , 5 ), sharex...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html