- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 601 - 610 of 2,956 for 1 (0.6 sec)
-
label_ranking_loss — scikit-learn 1.6.1 documen...
1 ], [ 1 , 0.2 , 0.1 ]] >>> label_ranking_loss...label_ranking_loss >>> y_true = [[ 1 , 0 , 0 ], [ 0 , 0 , 1 ]] >>> y_score = [[...scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_loss.html -
移行 1.0.5C to 1.0.5D | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate105Cto105D.html -
Vector Quantization Example — scikit-learn 1.6....
bin_edges [: - 1 ] + ( bin_edges [ 1 :] - bin_edges [: - 1 ]) / 2 bin_center...bin_edges [: - 1 ] + ( bin_edges [ 1 :] - bin_edges [: - 1 ]) / 2 bin_center...scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html -
Gaussian Mixture Model Sine Curve — scikit-lear...
1 , 1 + index ) for i , ( mean , covar...random . normal ( 0 , 0.1 ) X [ i , 1 ] = 3.0 * ( np . sin ( x...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_sin.html -
load_files — scikit-learn 1.6.1 documentation
container_folder/ category_1_folder/ file_1.txt file_2.txt ... file_42.txt...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_files.html -
pairwise_distances — scikit-learn 1.6.1 documen...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html -
make_friedman2 — scikit-learn 1.6.1 documentation
1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3...** 2 + ( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1 ] * X [:, 3 ]))...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html -
contingency_matrix — scikit-learn 1.6.1 documen...
labels_pred ) array([[1, 1, 0], [0, 1, 1], [1, 0, 1]]) On this page..., 0 , 1 , 1 , 2 , 2 ] >>> labels_pred = [ 1 , 0 , 2 , 1 , 0 ,...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html -
cosine_distances — scikit-learn 1.6.1 documenta...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...cosine_distances ( X , Y ) array([[1. , 1. ], [0.42..., 0.18...]]) On...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_distances.html -
Illustration of Gaussian process classification...
kernels = [ 1.0 * RBF ( length_scale = 1.15 ), 1.0 * DotProduct...)[:, 1 ] Z = Z . reshape ( xx . shape ) plt . subplot ( 1 , 2...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html