- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1791 - 1800 of 2,529 for = (0.07 sec)
-
auc — scikit-learn 1.5.2 documentation
metrics >>> y = np . array ([ 1 , 1 , 2 , 2 ]) >>> pred = np . array...thresholds = metrics . roc_curve ( y , pred , pos_label = 2 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html -
paired_distances — scikit-learn 1.5.2 documenta...
paired_distances >>> X = [[ 0 , 1 ], [ 1 , 1 ]] >>> Y = [[ 0 , 1 ], [...paired_distances ( X , Y , * , metric = 'euclidean' , ** kwds ) [source]...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_distances.html -
LastaFluteのパッケージ構成 | LastaFlute
CachedFwAssistantDir { // ========== // Attribute // ========= @Resource protected...maihamaConfig ; // ========== // Assist // ====== @Override protected...dbflute.seasar.org/ja/lastaflute/howto/structure/pkgstructure.html -
Built-in instrumentation modules | APM Go Agent...
Handler = ... tracedHandler := apmhttp.Wrap(myHandler)...fasthttp.RequestHandler = func(ctx *fasthttp.RequestCtx) { apmCtx := apm.Tra...www.elastic.co/guide/en/apm/agent/go/current/builtin-modules.html -
r_regression — scikit-learn 1.5.2 documentation
y = make_regression ( ... n_samples = 50 , n_features = 3 ,...n_informative = 1 , noise = 1e-4 , random_state = 42 ... ) >>>...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.html -
Digits Classification Exercise — scikit-learn 1...
y_digits = datasets . load_digits ( return_X_y = True ) X_digits...X_digits = X_digits / X_digits . max () n_samples = len ( X_digits...scikit-learn.org/stable/auto_examples/exercises/plot_digits_classification_exercise.html -
ndcg_score — scikit-learn 1.5.2 documentation
k = None , sample_weight = None , ignore_ties = False ).../ 2 = .75 >>> ndcg_score ( true_relevance , scores , k = 1 )...scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html -
MultiOutputClassifier — scikit-learn 1.5.2 docu...
y = make_multilabel_classification ( n_classes = 3 , random_state...random_state = 0 ) >>> clf = MultiOutputClassifie ( LogisticRegression...scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html -
ParameterBeanのプロパティオプション | DBFlute
SimpleMemberPmb pmb = new SimpleMemberPmb(); FromToOption option = new FromToOption()....の場所で決まる and FORMALIZED_DATETIME >= /*pmb.fromFormalizedDate: fromDate...dbflute.seasar.org/ja/manual/function/generator/task/sql2entity/pmbpropoption.html -
6.6. Random Projection — scikit-learn 1.5.2 doc...
johnson_lindenstrauss_min_dim ( n_samples = 1e6 , eps = 0.5 ) 663 >>> johnson_l...johnson_lindenstrauss_min_dim ( n_samples = 1e6 , eps = [ 0.5 , 0.1 , 0.01 ]) array([...scikit-learn.org/stable/modules/random_projection.html