- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1181 - 1190 of 2,295 for 2 (0.08 sec)
-
One-Class SVM versus One-Class SVM using Stocha...
2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html -
Demonstration of k-means assumptions — scikit-l...
subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html -
Face completion with a multi-output estimators ...
n_pixels // 2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test.... figure ( figsize = ( 2.0 * n_cols , 2.26 * n_faces )) plt ....scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html -
k_means — scikit-learn 1.7.0 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...>>> centroid array([[10., 2.], [ 1., 2.]]) >>> label array([1,...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
Version 1.0 — scikit-learn 1.7.0 documentation
minimal dependency is matplotlib 2.2.2+. Enforcing keyword-only arguments...removed in the future. Version 1.0.2 # December 2021 Fix cluster.Birch...scikit-learn.org/stable/whats_new/v1.0.html -
Plot randomly generated multilabel dataset — sc...
1500 * p_c ** 2 , color = COLORS . take ([ 1 , 2 , 4 ]), ) ax...means the class is present: 1 2 3 Color Y N N Red N Y N Blue N...scikit-learn.org/stable/auto_examples/datasets/plot_random_multilabel_dataset.html -
make_friedman3 — scikit-learn 1.7.0 documentation
in Friedman [1] and Breiman [2]. Inputs X are 4 independent features...1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3 ] <= 11....scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman3.html -
『木曜ドラマ』一気に100万超え『深夜ドラマ』引き込まれる視聴者続出 - いまトピランキング
5月2日時点のお気に入り数は47.2万だったが、口コミが広まったせいか一気に増加した。...開始から10年以上「最新作」7月2日から 第8話『ドラマ』9.5%...視聴率1ケタ突入「転落」初回は14.2%の好スタート 新作『...news.goo.ne.jp/iw/268850/『木曜ドラマ』一気に100万超え『深夜ドラマ』引き込まれる視聴者続出 -
RBF SVM parameters — scikit-learn 1.7.0 documen...
problem involving only 2 input features and 2 possible target classes...sub-sample the dataset to keep only 2 classes and make it a binary classification...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html -
d2_pinball_score — scikit-learn 1.7.0 documenta...
Notes Like \(R^2\) , \(D^2\) score may be negative (it...'uniform_average' ) [source] # \(D^2\) regression score function, fraction...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html