- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1151 - 1160 of 2,305 for 2 (0.07 sec)
-
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 -
Elastic Cloud Enterprise Reference [3.8] | Elastic
2 3.1 3.0 2.13 2.12 2.11 2.10 2.9 2.8 2.7 2.6 2.5 2.4 2.3...Cloud Enterprise 2.2.2 Elastic Cloud Enterprise 2.2.1 Elastic Cloud...www.elastic.co/guide/en/cloud-enterprise/3.8/index.html -
Model selection with Probabilistic PCA and Fact...
rand ( n_features ) + sigma / 2.0 X_hetero = X + rng . randn (...shrinkages = np . logspace ( - 2 , 0 , 30 ) cv = GridSearchCV (...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.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 -
Exponentiation — scikit-learn 1.7.0 documentation
2) is equivalent to using the **...** operator with RBF() ** 2 . Read more in the User Guide . Added...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html -
Beats Platform Reference [8.18] | Elastic
2.3 Beats version 8.2.2 Beats version 8.2.1 Beats version...version 6.2.3 Beats version 6.2.2 Beats version 6.2.1 Beats version...www.elastic.co/guide/en/beats/libbeat/8.18/index.html -
SAFluteでプロパティを追加するやり方 | DBFlute
(適当に追加しないこと) 2. FreeGen を叩く! manage.bat(sh)の freegen (2) を叩く。 する...xxx_config.properties にプロパティを追加 2. FreeGen を叩く! 3. ConfigインターフェースをDIする...dbflute.seasar.org/ja/manual/function/helper/saflute/howto/addproperty.html -
Project License
Version 2.0 Apache License Version 2.0, January 2004...incorporated within the Work. 2. Grant of Copyright License. Subject...dbflute.seasar.org/maven/plugin/license.html -
Advanced Plotting With Partial Dependence — sci...
tol = 1e-2 , max_iter = 500 , random_state...validation_fraction 0.1 beta_1 0.9 beta_2 0.999 epsilon 1e-08 n_iter_no_change...scikit-learn.org/stable/auto_examples/miscellaneous/plot_partial_dependence_visualization_api.html -
1.13. Feature selection — scikit-learn 1.7.0 do...
2. Univariate feature selection...SelectKBest ( f_classif , k = 2 ) . fit_transform ( X , y ) >>>...scikit-learn.org/stable/modules/feature_selection.html