- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 631 - 640 of 5,607 for * (2.86 sec)
-
make_hastie_10_2 — scikit-learn 1.7.2 documenta...
float64(-1.0), np.float64(1.0), np.float64(-1.0)] Gallery examples...list ( y [: 5 ]) [np.float64(-1.0), np.float64(1.0), np.float64(-1.0),...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html -
make_gaussian_quantiles — scikit-learn 1.7.2 do...
[np.int64(2), np.int64(0), np.int64(1), np.int64(0), np.int64(2)]...X . shape (100, 2) >>> y . shape (100,) >>> list ( y [: 5 ]) [np.int64(2),...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html -
MeanShift — scikit-learn 1.7.2 documentation
= np . array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7 ],...= 2 ) . fit ( X ) >>> clustering . labels_ array([1, 1, 1, 0,...scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html -
make_circles — scikit-learn 1.7.2 documentation
shape (100,) >>> list ( y [: 5 ]) [np.int64(1), np.int64(1), np.int64(1),...np.int64(1), np.int64(0), np.int64(0)] Gallery examples # Classifier...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_circles.html -
grid_search_cross_validation.png
green=8, blue=8, alpha=8 RGB 8 8 8 8 613 1 1.0 1 8 8 8 8 true true...width=885, height=613, bitDepth=8, colorType=RGBAlpha, compressionMethod=deflate,...scikit-learn.org/stable/_images/grid_search_cross_validation.png -
fetch_kddcup99 — scikit-learn 1.7.2 documentation
Guide . Added in version 0.18. Parameters : subset {‘SA’, ‘SF’,...encountered. Added in version 1.5. delay float, default=1.0 Number...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_kddcup99.html -
load_breast_cancer — scikit-learn 1.7.2 documen...
load_breast_cancer () >>> data . target [[ 10 , 50 , 85 ]] array([0, 1, 0]) >>>...list ( data . target_names ) [np.str_('malignant'), np.str_('benign')]...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html -
make_moons — scikit-learn 1.7.2 documentation
datasets. make_moons ( n_samples = 100 , * , shuffle = True , noise...tuple of shape (2,), dtype=int, default=100 If int, the total number...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html -
HDBSCAN — scikit-learn 1.7.2 documentation
“brute”, “kd_tree”, “ball_tree”}, default=”auto” Exactly which algorithm...None , alpha = 1.0 , algorithm = 'auto' , leaf_size = 40 , n_jobs...scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html -
make_biclusters — scikit-learn 1.7.2 documentation
shape (10, 20) >>> rows . shape (2, 10) >>> cols . shape (2, 20) Gallery...biclustering. References [ 1 ] Dhillon, I. S. (2001, August). Co-clustering...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html