- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1671 - 1680 of 2,311 for 2 (0.06 sec)
-
scale — scikit-learn 1.7.0 documentation
import scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> scale...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html -
IsNullOrEmpty | DBFlute
dbflute.seasar.org/ja/manual/function/ormapper/conditionbean/query/isnullorempty.html -
pairwise_kernels — scikit-learn 1.7.0 documenta...
2.]]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.pairwise_kernels.html -
calibration_curve — scikit-learn 1.7.0 document...
2 , 0.3 , 0.4 , 0.65 , 0.7 , 0.8...1. ]) >>> prob_pred array([0.2 , 0.525, 0.85 ]) On this page...scikit-learn.org/stable/modules/generated/sklearn.calibration.calibration_curve.html -
buzzfeed.xml
com/sitemap/buzzfeed/2008_2.xmlhttps://www.buzzfeed.com/s...ed.com/sitemap/buzzfeed/2009_2.xmlhttps://www.buzzfeed.com/s...www.buzzfeed.com/sitemap/buzzfeed.xml -
SGD: Penalties — scikit-learn 1.7.0 documentation
line ) l2 = xx ** 2 + yy ** 2 l1 = np . abs ( xx ) + np...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_penalties.html -
mean_shift — scikit-learn 1.7.0 documentation
[ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...mean_shift ( X , bandwidth = 2 ) >>> cluster_centers array([[3.33,...scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html -
load_files — scikit-learn 1.7.0 documentation
txt file_2.txt ... file_42.txt category_2_folder/ file_43.txt...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_files.html -
Various Agglomerative Clustering on a 2D embedd...
SpectralEmbedding ( n_components = 2 ) . fit_transform ( X ) print...scikit-learn.org/stable/auto_examples/cluster/plot_digits_linkage.html -
Nearest Neighbors Classification — scikit-learn...
subplots ( ncols = 2 , figsize = ( 12 , 5 )) for ax...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html