hi, I pip installed the latest version 0.9.1 but s...
# general
w
hi, I pip installed the latest version 0.9.1 but somehow the
target_transformer
is not updated to latest. I’m running into this error when importing
GlobalSklearnTransformer
and have to manually update this file.
Copy code
ImportError: cannot import name 'GlobalSklearnTransformer' from 'mlforecast.target_transforms' (/home/ec2-user/anaconda3/envs/plaid_python38/lib/python3.8/site-packages/mlforecast/target_transforms.py)
j
Hey. That hasn't been released. We'll make a release soon, in the meantime you can install from github
w
got it. thanks! Look forward to the new release
j
Hey. We just released 0.9.2 which includes the sklearn transformer