diff test-data/get_params05.tabular @ 0:af2624d5ab32 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit ea12f973df4b97a2691d9e4ce6bf6fae59d57717"
author bgruening
date Sat, 01 May 2021 01:24:32 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/get_params05.tabular	Sat May 01 01:24:32 2021 +0000
@@ -0,0 +1,18 @@
+	Parameter	Value
+@	bootstrap	bootstrap: True
+@	criterion	criterion: 'mse'
+@	max_depth	max_depth: None
+@	max_features	max_features: 'auto'
+@	max_leaf_nodes	max_leaf_nodes: None
+@	min_impurity_decrease	min_impurity_decrease: 0.0
+@	min_impurity_split	min_impurity_split: None
+@	min_samples_leaf	min_samples_leaf: 1
+@	min_samples_split	min_samples_split: 2
+@	min_weight_fraction_leaf	min_weight_fraction_leaf: 0.0
+@	n_estimators	n_estimators: 100
+*	n_jobs	n_jobs: 1
+@	oob_score	oob_score: False
+@	random_state	random_state: 42
+*	verbose	verbose: 0
+@	warm_start	warm_start: False
+	Note:	@, params eligible for search in searchcv tool.