Mercurial > repos > goeckslab > pycaret_predict
comparison base_model_trainer.py @ 14:7d78a6afc958 draft default tip
planemo upload for repository https://github.com/goeckslab/gleam commit 1ffd143e57fa952ee9dd84fc141771520aea0791
| author | goeckslab |
|---|---|
| date | Wed, 26 Nov 2025 17:49:50 +0000 |
| parents | f07850192bc2 |
| children |
comparison
equal
deleted
inserted
replaced
| 13:f07850192bc2 | 14:7d78a6afc958 |
|---|---|
| 173 "remove_multicollinearity", | 173 "remove_multicollinearity", |
| 174 "polynomial_features", | 174 "polynomial_features", |
| 175 "feature_interaction", | 175 "feature_interaction", |
| 176 "feature_ratio", | 176 "feature_ratio", |
| 177 "fix_imbalance", | 177 "fix_imbalance", |
| 178 "n_jobs", | |
| 178 ]: | 179 ]: |
| 179 val = getattr(self, attr, None) | 180 val = getattr(self, attr, None) |
| 180 if val is not None: | 181 if val is not None: |
| 181 self.setup_params[attr] = val | 182 self.setup_params[attr] = val |
| 182 if getattr(self, "cross_validation_folds", None) is not None: | 183 if getattr(self, "cross_validation_folds", None) is not None: |
