- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of 8,525 for 1 (0.24 seconds)
-
1.6. Nearest Neighbors — scikit-learn 1.7...
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...scikit-learn.org/stable/modules/neighbors.html -
1.10. Decision Trees — scikit-learn 1.7.2...
- 1 , np . nan , 1 ]) . reshape ( - 1 , 1 ) >>>...[[ 0 , 0 ], [ 1 , 1 ]] >>> Y = [ 0 , 1 ] >>>...scikit-learn.org/stable/modules/tree.html -
1.13. Feature selection — scikit-learn 1....
1], [1, 0], [0, 0], [1, 1], [1, 0], [1, 1]]) As expected,...0 , 0 , 1 ], [ 0 , 1 , 0 ], [ 1 , 0 , 0 ], [ 0 , 1 , 1 ], [ 0...scikit-learn.org/stable/modules/feature_selection.html -
8.1. Toy datasets — scikit-learn 1.7.2 do...
length: 1.0 6.9 3.76 1.76 0.9490 (high!) petal width: 0.1 2.5 1.20...0.41 3.58 1.59 0.57 Colour Intensity: 1.3 13.0 5.1 2.3 Hue: 0.48...scikit-learn.org/stable/datasets/toy_dataset.html -
1.16. Probability calibration — scikit-le...
model [ 4 ] : \[p(y_i = 1 | f_i) = \frac{1}{1 + \exp(A f_i + B)} \,,\]...e.g. using many more features. 1.16.1. Calibration curves # Calibration...scikit-learn.org/stable/modules/calibration.html -
Release Highlights for scikit-learn 1.4 —...
0 1.0 0.862662 1.0 0.0 1.401826 0.0 1.0 -0.754829 1.0 0.0...array ([ 0 , 1 , 6 , np . nan ]) . reshape ( - 1 , 1 ) y = [ 0 ,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html -
Release Highlights for scikit-learn 1.3 —...
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Demo of HDBSCAN...array ([ 0 , 1 , 6 , np . nan ]) . reshape ( - 1 , 1 ) y = [ 0 ,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html -
12.1. Array API support (experimental) — ...
1.1.1. PyTorch Support # PyTorch Tensors...Thomas Fan at PyData NYC 2023. 12.1.1. Example usage # The configuration...scikit-learn.org/stable/modules/array_api.html -
LabelBinarizer — scikit-learn 1.7.2 docum...
array([[1, 0, 0], [0, 1, 0], [0, 0, 1], [0, 1, 0]]) fit ( y )...fit ( np . array ([[ 0 , 1 , 1 ], [ 1 , 0 , 0 ]])) LabelBinarizer()...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html -
NearestNeighbors — scikit-learn 1.7.2 doc...
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) radius_neighbors...() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_params...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html