- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 751 - 760 of 2,291 for 2 (0.07 sec)
-
Isomap — scikit-learn 1.7.0 documentation
n_components = 2 , eigen_solver = 'auto' , tol..., metric = 'minkowski' , p = 2 , metric_params = None ) [source]...scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html -
kmeans_plusplus — scikit-learn 1.7.0 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...n_clusters = 2 , random_state = 0 ) >>> centers array([[10, 2], [ 1,...scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html -
johnson_lindenstrauss_min_dim — scikit-learn 1....
||u - v||^2 < ||p(u) - p(v)||^2 < (1 + eps) ||u - v||^2 Where u...>= 4 log(n_samples) / (eps^2 / 2 - eps^3 / 3) Note that the number...scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim... -
d2_tweedie_score — scikit-learn 1.7.0 documenta...
Like R^2, D^2 score may be negative (it need..., power = 0 ) [source] # \(D^2\) regression score function, fraction...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html -
Introducing the set_output API — scikit-learn 1...
0 2.0 3.5 1.0 1 4.9 3.0 1.4 0.2 8 4.4 2.9 1.4 0.2 93 5.0...5.0 2.3 3.3 1.0 106 4.9 2.5 4.5 1.7 To configure an estimator such...scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html -
LabelEncoder — scikit-learn 1.7.0 documentation
array([2, 2, 1]...) >>> list ( le . inverse_transform ([ 2 , 2 ,...LabelEncoder () >>> le . fit ([ 1 , 2 , 2 , 6 ]) LabelEncoder() >>> le...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html -
VotingClassifier — scikit-learn 1.7.0 documenta...
2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html -
Comparison of LDA and PCA 2D projection of Iris...
the different samples on the 2 first principal components. Linear...target_names pca = PCA ( n_components = 2 ) X_r = pca . fit ( X ) . transform...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html -
商品ランキング一覧338件中 1件から20件 - gooランキング
☆すた」、2位「響け!ユーフォニアム2」、1位は… 5 満足度が高い中華チェーンランキング!3位「日高屋」、2位「バーミヤン」、気になる1位は…...たのは… 2 アニメ史上最高に美しい黒髪ロングの女性キャラランキング!3位 暁美ほむら(まどか☆マギカ)、2位 田中あすか(響け!ユーフォニアム)、1位は…...ranking.goo.ne.jp/category/10/ -
Comparison of kernel ridge and Gaussian process...
period of this sine is thus \(2 \pi\) . We will reuse this information...= "True signal" , linewidth = 2 ) plt . scatter ( training_data...scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html