- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 921 - 930 of 2,359 for 2 (2.4 sec)
-
ConvergenceWarning — scikit-learn 1.7.2 documen...
Skip to main content Back to top Ctrl + K GitHub Choose version ConvergenceWarning # exception sklearn.exceptions. Co...scikit-learn.org/stable/modules/generated/sklearn.exceptions.ConvergenceWarning.html -
TunedThresholdClassifierCV — scikit-learn 1.7.2...
Gallery examples: Post-tuning the decision threshold for cost-sensitive learning Post-hoc tuning the cut-off point of decision function Release Highlights for scikit-learn 1.5scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html -
make_friedman3 — scikit-learn 1.7.2 documentation
in Friedman [1] and Breiman [2]. Inputs X are 4 independent features...1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3 ] <= 11....scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman3.html -
k_means — scikit-learn 1.7.2 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...>>> centroid array([[10., 2.], [ 1., 2.]]) >>> label array([1,...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
Linear and Quadratic Discriminant Analysis with...
[ 2.5 , 0.7 ]]) * 2.0 cov_class_2 = cov_class_1 ....n_features = 2 , cov_class_1 = covariance , cov_class_2 = covariance...scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html -
Probability calibration of classifiers — scikit...
y [: n_samples // 2 ] = 0 y [ n_samples // 2 :] = 1 sample_weight...50000 # Generate 3 blobs with 2 classes where the second blob...scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html -
模範解答的なセクション 2 | DBFlute
模範解答的なセクション 2 概要 このセクションでの登場人物 模範解答的な実装 概要 DBFluteハンズオン、セクション 2 の模範解答的な実装です。...の模範解答的な実装です。 ハンズオンセクション 2 正解は一つではありませんので、あくまで "的な" というところで、参考までに。...dbflute.seasar.org/ja/tutorial/handson/flower/flower02.html -
Label Propagation digits: Active learning — sci...
0 24 0] [ 0 0 0 0 2 1 0 2 2 27]] Iteration 2 __________ Label...0 0 0 0 0 25 0] [ 0 0 0 0 2 1 0 2 2 27]] Iteration 1 __________...scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits_active_learni... -
Robust covariance estimation and Mahalanobis di...
standard deviation equal to 2 and feature 2 has a standard deviation...n_features = 2 # generate Gaussian data of shape (125, 2) gen_cov...scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html -
SVM with custom kernel — scikit-learn 1.7.2 doc...
: 2 ] # we only take the first two...""" We create a custom kernel: (2 0) k(X, Y) = X ( ) Y.T (0 1) """...scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html