At the moment we have 2 transformers that apply the logarithm transformation, 1 that does just that, and the second one that can add a constant. I think it makes sense to merge them into 1 class, the original one, which would now support adding a constant. While we are at it, I would like to explore options to have the class not fail when the variable has 0 and the user has not declared the addition of a constant. Not sure what would be possible here.
At the moment we have 2 transformers that apply the logarithm transformation, 1 that does just that, and the second one that can add a constant. I think it makes sense to merge them into 1 class, the original one, which would now support adding a constant. While we are at it, I would like to explore options to have the class not fail when the variable has 0 and the user has not declared the addition of a constant. Not sure what would be possible here.