- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 671 - 680 of 3,151 for 2 (0.36 sec)
-
sparse_encode — scikit-learn 1.7.2 documentation
2 ], ... [ 1 , 1 , 1 ], ... [ 0 , 1 , 1 ], ... [ 0 , 2 , 1...scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html -
load_breast_cancer — scikit-learn 1.7.2 documen...
Classes 2 Samples per class 212(M),357(B)...target_names ndarray of shape (2,) The names of target classes....scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html -
6. Visualizations — scikit-learn 1.7.2 document...
return_X_y = True ) y = y == 2 # make binary X_train , X_test...return_X_y = True ) y = y == 2 # make binary X_train , X_test...scikit-learn.org/stable/visualizations.html -
SGDOneClassSVM — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html -
RFE — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html -
Nearest Neighbors regression — scikit-learn 1.7...
subplot ( 2 , 1 , i + 1 ) plt . scatter (...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
8.3. Generated datasets — scikit-learn 1.7.2 do...
"n_clusters_per_class" : 2 , "n_classes" : 2 }, { "n_informative" : 2 , "n_clusters_per_class"...1 , "n_classes" : 2 }, { "n_informative" : 2 , "n_clusters_per_class"...scikit-learn.org/stable/datasets/sample_generators.html -
pairwise_kernels — scikit-learn 1.7.2 documenta...
2.]]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.pairwise_kernels.html -
Nearest Neighbors Classification — scikit-learn...
subplots ( ncols = 2 , figsize = ( 12 , 5 )) for ax...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html -
Spectral clustering for image segmentation — sc...
0 ]) ** 2 + ( y - center1 [ 1 ]) ** 2 < radius1 ** 2 circle2...0 ]) ** 2 + ( y - center2 [ 1 ]) ** 2 < radius2 ** 2 circle3...scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html