- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of over 10,000 for 1 (1.33 seconds)
-
移行 1.0.4C to 1.0.4D | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate104Cto104D.html -
1.9. Naive Bayes — scikit-learn 1.7.2 doc...
= P(x_i = 1 \mid y) x_i + (1 - P(x_i = 1 \mid y)) (1 - x_i)\]...\[P(x_i | y, x_1, \dots, x_{i-1}, x_{i+1}, \dots, x_n) = P(x_i | y),\]...scikit-learn.org/stable/modules/naive_bayes.html -
DataAccessUtils (Spring Framework 7.0.1 API)
Since: 1.0.2 Author: Juergen Hoeller Constructor...throws an exception if more than 1 element found. Parameters: results...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/dao/support/DataAcce... -
Version 1.4 — scikit-learn 1.7.2 document...
Version 1.4.1 # February 2024 Changed models...deprecated in version 1.4 and will be removed in version 1.6. Use the default...scikit-learn.org/stable/whats_new/v1.4.html -
precision_recall_curve — scikit-learn 1.7...
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...0.66666667, 0.5 , 1. , 1. ]) >>> recall array([1. , 1. , 0.5,...scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_curve.html -
v_measure_score — scikit-learn 1.7.2 docu...
1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> v_measure_score...v_measure_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html -
normalized_mutual_info_score — scikit-lea...
1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> ...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...scikit-learn.org/stable/modules/generated/sklearn.metrics.normalized_mutual_info_score.html -
get_scorer — scikit-learn 1.7.2 documenta...
1 , - 1 , - 0.5 , 2 ], ( - 1 , 1 )) >>>...>>> y = np . array ([ 0 , 1 , 1 , 0 , 1 ]) >>> classifier...scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer.html -
label_binarize — scikit-learn 1.7.2 docum...
label_binarize ([ 1 , 6 ], classes = [ 1 , 2 , 4 , 6 ]) array([[1, 0, 0,...label_binarize ([ 1 , 6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html -
Version 1.7 — scikit-learn 1.7.2 document...
#31559 Version 1.7.1 # July 2025 sklearn.base # Fix...use n_init=1 by default, starting from version 1.9. By Dmitry...scikit-learn.org/stable/whats_new/v1.7.html