Hi, Is there a way to work with the function trans...
# mlforecast
y
Hi, Is there a way to work with the function transform_exog i.e., from mlforecast.feature_engineering import transform_exog in a 3.8 Python environment? I'm getting an error:
Copy code
cannot import name '_parse_transforms' from 'mlforecast.core' (/usr/local/lib/python3.8/site-packages/mlforecast/core.py
j
Hey. How did you install mlforecast and which version are you using?
y
!pip3 install mlforecast==0.13.1
I first tried mlforecast==0.10.0 and got an error there is no such module, so I upgraded to 0.13.1
j
Do you use some kind of environment manager like venv or conda? The import error suggests you installed mlforecast globally
y
I'm using it in sagemaker studio
how should I install it?
j
I'm guessing there's something wrong in the installation. Can you try uninstalling and installing again? The function is there
y
I'll try
That worked 🙂 Thanks!
🙌 1