annotate test-data/named_steps.txt @ 10:ac40a2fe5750 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit e2a5eade6d0e5ddf3a47630381a0ad90d80e8a04"
author bgruening
date Tue, 13 Apr 2021 17:21:05 +0000
parents a2e4a45c6083
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
a2e4a45c6083 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 6bb8bb56f44769dcba665de057c35d74ac89e196"
bgruening
parents: 0
diff changeset
1 {'preprocessing_1': SelectKBest(k=10, score_func=<function f_regression at 0x11b4ba8c8>), 'estimator': XGBRegressor(base_score=0.5, booster='gbtree', colsample_bylevel=1,
a2e4a45c6083 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 6bb8bb56f44769dcba665de057c35d74ac89e196"
bgruening
parents: 0
diff changeset
2 colsample_bytree=1, gamma=0, learning_rate=0.1, max_delta_step=0,
a2e4a45c6083 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 6bb8bb56f44769dcba665de057c35d74ac89e196"
bgruening
parents: 0
diff changeset
3 max_depth=3, min_child_weight=1, missing=nan, n_estimators=100,
a2e4a45c6083 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 6bb8bb56f44769dcba665de057c35d74ac89e196"
bgruening
parents: 0
diff changeset
4 n_jobs=1, nthread=None, objective='reg:linear', random_state=10,
a2e4a45c6083 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 6bb8bb56f44769dcba665de057c35d74ac89e196"
bgruening
parents: 0
diff changeset
5 reg_alpha=0, reg_lambda=1, scale_pos_weight=1, seed=None,
a2e4a45c6083 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 6bb8bb56f44769dcba665de057c35d74ac89e196"
bgruening
parents: 0
diff changeset
6 silent=True, subsample=1)}