- Sort Score
- Num 10 results
- Language All
- Labels All
Results 31 - 40 of over 10,000 for 1 (0.14 seconds)
-
移行 1.0.5J to 1.0.5K | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate105Jto105K.html -
single_source_shortest_path_length — scik...
1), (1, 1), (2, 0), (3, 1), (4, 1), (5, 1)] On this...([[ 0 , 1 , 0 , 0 ], ... [ 1 , 0 , 1 , 0 ], ... [ 0 , 1 , 0 , 0...scikit-learn.org/stable/modules/generated/sklearn.utils.graph.single_source_shortest_path_length.... -
hinge_loss — scikit-learn 1.8.0 documenta...
[ 1 ]] >>> y = [ - 1 , 1 ] >>>...>>> hinge_loss ([ - 1 , 1 , 1 ], pred_decision ) 0.30 In...scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html -
euclidean_distances — scikit-learn 1.8.0 ...
1 ], [ 1 , 1 ]] >>> # distance...(n_samples_Y,) or (n_samples_Y, 1) or (1, n_samples_Y), default=None...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.euclidean_distances.html -
StratifiedGroupKFold — scikit-learn 1.8.0...
1 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0...Train: index=[ 0 1 2 3 7 8 9 10 11 15 16] group=[1 1 2 2 4 5 5 5 5...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html -
check_symmetric — scikit-learn 1.8.0 docu...
1 , 2 ], [ 1 , 0 , 1 ], [ 2 , 1 , 0 ]]) >>>...symmetric_array ) array([[0, 1, 2], [1, 0, 1], [2, 1, 0]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_symmetric.html -
shuffle — scikit-learn 1.8.0 documentation
1.], [1., 0.]]) >>> y array([2, 1, 0]) >>>...>>> X = np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html -
_safe_indexing — scikit-learn 1.8.0 docum...
axis = 1 ) # select the first column array([1, 3, 5]) On...integer are supported. If axis=1 : to select a single column, indices...scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html -
img_to_graph — scikit-learn 1.8.0 documen...
1], [0, 0, 0, 1], [0, 1, 1, 1]]) On this page...np . array ([[ 0 , 0 ], [ 0 , 1 ]]) >>> img_to_graph...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html -
1.10. Decision Trees — scikit-learn 1.8.0...
- 1 , np . nan , 1 ]) . reshape ( - 1 , 1 ) >>>...[[ 0 , 0 ], [ 1 , 1 ]] >>> Y = [ 0 , 1 ] >>>...scikit-learn.org/stable/modules/tree.html