Nixtla / mlforecast

Scalable machine 🤖 learning for time series forecasting.
https://nixtlaverse.nixtla.io/mlforecast
Apache License 2.0
808 stars 75 forks source link

[ETC] No module name mlforecast.feature_engineering #264

Closed iamyihwa closed 8 months ago

iamyihwa commented 8 months ago

What happened + What you expected to happen

Was getting error ModuleNotFoundError: no module named mlforecast.feature_engineering image

Versions / Dependencies

0.10.0

Reproduction script

from mlforecast.feature_engineering import transform_exog

Issue Severity

None

jmoralez commented 8 months ago

Hey. This will be part of the next release. If you're able to install from github you can use it now.

iamyihwa commented 8 months ago

Oh I see @jmoralez good to know! Thanks! Since it was appearing in the tutorial, somehow I assumed that it was already in the official release. Thanks ! Will try with that!