- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 661 - 670 of 2,271 for 2 (0.11 sec)
-
DBFlute Top
2.4 (Java8対応) をリリースしました。 2020/01/01 DBFlute-1.2.2 (Java8対応)...DBFlute-1.2.9 (Java8対応) をリリースしました。 2024/03/19 DBFlute-1.2.8 (Java8対応)...dbflute.seasar.org/ -
Principal Component Regression vs Partial Least...
n_samples ) / 2 fig , axes = plt . subplots ( 1 , 2 , figsize =...target. pca_2 = make_pipeline ( PCA ( n_components = 2 ), LinearRegression...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html -
デートしてみたい!30代男性俳優ランキング!松下洸平、中村倫也、山崎育三郎、1位に選ばれたのは...
☆すた」、2位「響け!ユーフォニアム2」、1位は… 5 満足度が高い中華チェーンランキング!3位「日高屋」、2位「バーミヤン」、気になる1位は…... 投票数合計:1,317票 調査期間:2025年2月12日~2025年2月26日 gooランキングは、Amazon.co...ranking.goo.ne.jp/column/10177/ -
make_friedman2 — scikit-learn 1.7.0 documentation
0 ] ** 2 + ( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1...[source] # Generate the “Friedman #2” regression problem. This dataset...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html -
Single estimator versus bagging: bias-variance ...
- ( x ** 2 )) + 1.5 * np . exp ( - (( x - 2 ) ** 2 )) def generate...{0} : {1:.4f} (error) = {2:.4f} (bias^2) " " + {3:.4f} (var) +...scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html -
compute_optics_graph — scikit-learn 1.7.0 docum...
2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8...samples (rounded to be at least 2). max_eps float, default=np.inf...scikit-learn.org/stable/modules/generated/sklearn.cluster.compute_optics_graph.html -
GMM covariances — scikit-learn 1.7.0 documentation
covariances_ [ n ][: 2 , : 2 ] elif gmm . covariance_type...covariances = gmm . covariances_ [: 2 , : 2 ] elif gmm . covariance_type...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html -
Compressive sensing: tomography reconstruction ...
l / 2.0 ) ** 2 + ( y - l / 2.0 ) ** 2 < ( l / 2.0 ) ** 2 mask...np . float64 ) center = l_x / 2.0 X += 0.5 - center Y += 0.5 -...scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html -
LinearRegression — scikit-learn 1.7.0 documenta...
2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>> # y = 1 * x_0 + 2 * x_1...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html -
Comparison of Calibration of Classifiers — scik...
only 2 are informative, 2 are # redundant (random...20 , n_informative = 2 , n_redundant = 2 , random_state = 42 )...scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html