Skip to content Skip to sidebar Skip to footer
Showing posts with the label Transformation

Reverse Box-cox Transformation

I am using SciPy's boxcox function to perform a Box-Cox transformation on a continuous variable… Read more Reverse Box-cox Transformation

Python: Numpy/pandas Change Values On Condition

I would like to know if there is a faster and more 'pythonic' way of doing the following, e… Read more Python: Numpy/pandas Change Values On Condition