Mercurial > repos > goeckslab > tabular_learner
diff test-data/expected_best_model_regression.csv @ 0:209b663a4f62 draft
planemo upload for repository https://github.com/goeckslab/gleam commit 5dd048419fcbd285a327f88267e93996cd279ee6
author | goeckslab |
---|---|
date | Wed, 18 Jun 2025 15:38:19 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/expected_best_model_regression.csv Wed Jun 18 15:38:19 2025 +0000 @@ -0,0 +1,22 @@ +Parameter,Value +alpha,0.9 +ccp_alpha,0.0 +criterion,friedman_mse +init, +learning_rate,0.1 +loss,squared_error +max_depth,3 +max_features, +max_leaf_nodes, +min_impurity_decrease,0.0 +min_samples_leaf,1 +min_samples_split,2 +min_weight_fraction_leaf,0.0 +n_estimators,100 +n_iter_no_change, +random_state,42 +subsample,1.0 +tol,0.0001 +validation_fraction,0.1 +verbose,0 +warm_start,False