- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1361 - 1370 of 9,498 for 2 (0.73 seconds)
-
TensorFlow - IBM Developer
developer.ibm.com/components/tensorflow -
Evaluation of outlier detection estimators R...
as samples encoded with label 2 and outliers as those with label...as_frame = True ) s = ( y == 2 ) + ( y == 4 ) X = X . loc [ s...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
Novelty detection with Local Outlier Factor (LO...
2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html -
Class Likelihood Ratios to measure classificati...
"n_features" : 2 , "n_informative" : 2 , "n_redundant"...subplots ( nrows = 3 , ncols = 2 , figsize = ( 15 , 12 )) for ax...scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html -
Sum — scikit-learn 1.8.0 documentation
kernel = Sum ( ConstantKernel ( 2 ), RBF ()) >>> gpr =...1.0 >>> kernel 1.41**2 + RBF(length_scale=1) __call__...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html -
ExtraTreeRegressor — scikit-learn 1.8.0 d...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html -
追加词汇
第2行及以后记录追加词汇。 "SuggestWord"...上传 以CSV格式注册词汇。 CSV内容 第1行是标题行。 第2行及以后描述追加词汇。 "SuggestWord"...fess.codelibs.org/zh-cn/15.4/admin/elevateword-guide.html -
Precision-Recall — scikit-learn 1.8.0 doc...
train_test_split ( X [ y < 2 ], y [ y < 2 ], test_size = 0.5 , random_state...display . ax_ . set_title ( "2-class Precision-Recall curve"...scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html -
Rastreo de Almacén de Datos
2,タイトル 2,テスト2です。 3,タイトル 3,テスト3です。 4,タイトル...VALUES ( 'タイトル 2' , 'コンテンツ 2 です.' , '34.701909'...fess.codelibs.org/es/15.3/admin/dataconfig-guide.html -
roc_auc_score — scikit-learn 1.8.0 docume...
the standardized partial AUC [2] over the range [0, max_fpr] is...under of the ROC as follows: G = 2 * AUC - 1 Where G is the Gini...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html