- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1051 - 1060 of 2,528 for = (0.07 sec)
-
r_regression — scikit-learn 1.5.2 documentation
y = make_regression ( ... n_samples = 50 , n_features = 3 ,...n_informative = 1 , noise = 1e-4 , random_state = 42 ... ) >>>...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.html -
ハンズオンニュース | DBFlute
-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = =...<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = =...dbflute.seasar.org/ja/tutorial/handson/news.html -
plot_kmeans_digits.ipynb
metrics):\n\n========== ==========nShorthand full name\n========== ==========nhomo...silhouette coefficient\n========== ==========n" ] }, { "cell_type":...scikit-learn.org/stable/_downloads/6bf322ce1724c13e6e0f8f719ebd253c/plot_kmeans_digits.ipynb -
Displaying Pipelines — scikit-learn 1.5.2 docum...
default is display='diagram' . set_config ( display = "diagram" ) pipe...change to display='text' . set_config ( display = "text" ) pipe...scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html -
LastaFluteのパッケージ構成 | LastaFlute
CachedFwAssistantDir { // ========== // Attribute // ========= @Resource protected...maihamaConfig ; // ========== // Assist // ====== @Override protected...dbflute.seasar.org/ja/lastaflute/howto/structure/pkgstructure.html -
Feature transformations with ensembles of trees...
max_depth = max_depth , random_state = 10 ) _ = gradient_boosting...RandomTreesEmbedding(max_depth=3, n_estimators=10, random_state=0)), ('logisticregression',...scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html -
Post-tuning the decision threshold for cost-sen...
mask_false_negative = ( y_true == 1 ) & ( y_pred == 0 ) fraudulent_refuse = ( mask_true_positive...ax = axs [ 1 ], name = name , plot_chance_level = idx == 1 ,...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
Built-in instrumentation modules | APM Go Agent...
Handler = ... tracedHandler := apmhttp.Wrap(myHandler)...fasthttp.RequestHandler = func(ctx *fasthttp.RequestCtx) { apmCtx := apm.Tra...www.elastic.co/guide/en/apm/agent/go/current/builtin-modules.html -
Comparing Target Encoder with Other Encoders — ...
wine_reviews = fetch_openml ( data_id = 42074 , as_frame = True ) df...handle_unknown = "ignore" , max_categories = 20 , sparse_output = False...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html -
t-SNE: The effect of various perplexity values ...
factor = 0.5 , noise = 0.05 , random_state = 0 ) red = y == 0 green...green = y == 1 ax = subplots [ 0 ][ 0 ] ax . scatter ( X [ red...scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html