Closed hiyamgh closed 3 years ago
I am using Bakward Differencing, and I have patsy installed:
patsy
>>> import patsy >>> patsy.__version__ '0.5.1' >>> import category_encoders >>> category_encoders.__version__ '2.2.2' >>>
I am getting the error though:
ModuleNotFoundError: No module named 'patsy'
I really don't know what happened but I did again pip install patsy and it worked (although I did this before.) I will close this issue.
pip install patsy
Since 2020 everything is getting weird in this world :)
I am using Bakward Differencing, and I have
patsy
installed:I am getting the error though: