- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 961 - 970 of 2,285 for 2 (0.07 sec)
-
デートしてみたい!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/ -
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 -
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/ -
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 -
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 -
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 -
mean_gamma_deviance — scikit-learn 1.7.0 docume...
= [ 2 , 0.5 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...with the power parameter power=2 . It is invariant to scaling of...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_gamma_deviance.html -
Lagged features for time series forecasting — s...
2) season count cat u32 "3" 4232 "1" 4242 "2" 4409 "0"...3.5" "39.1 ± 2.3" "17.7 ± 1.3" "19.5 ± 1.1" "21.4 ± 2.4" "poisson"...scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.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