At the moment, the `tabular_pipeline` adds a `StandardScaler` to the pipeline for linear models. Should we use the `SquashingScaler` instead? Paging @dholzmueller as I don't know if this can lead to issues
At the moment, the
tabular_pipelineadds aStandardScalerto the pipeline for linear models. Should we use theSquashingScalerinstead?Paging @dholzmueller as I don't know if this can lead to issues