Mercurial > repos > bgruening > sklearn_searchcv
diff test-data/named_steps.txt @ 23:bc3b489825b2 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 80417bf0158a9b596e485dd66408f738f405145a
author | bgruening |
---|---|
date | Mon, 02 Oct 2023 07:59:32 +0000 |
parents | e7d5cd2607a6 |
children |
line wrap: on
line diff
--- a/test-data/named_steps.txt Thu Aug 11 07:41:31 2022 +0000 +++ b/test-data/named_steps.txt Mon Oct 02 07:59:32 2023 +0000 @@ -1,6 +1,1 @@ -{'preprocessing_1': SelectKBest(k=10, score_func=<function f_regression at 0x11b4ba8c8>), 'estimator': XGBRegressor(base_score=0.5, booster='gbtree', colsample_bylevel=1, - colsample_bytree=1, gamma=0, learning_rate=0.1, max_delta_step=0, - max_depth=3, min_child_weight=1, missing=nan, n_estimators=100, - n_jobs=1, nthread=None, objective='reg:linear', random_state=10, - reg_alpha=0, reg_lambda=1, scale_pos_weight=1, seed=None, - silent=True, subsample=1)} \ No newline at end of file +{'robustscaler': RobustScaler(), 'selectkbest': SelectKBest(), 'svr': SVR(C=1, kernel='linear')} \ No newline at end of file