I am wondering whether we should shorten the package import path on the v2 release, from `pytorch_forecasting` to `ptf`. Simply out of user convenience. As a downwards compatibility measure, we can forward `pytorch_forecasting` imports to `ptf`. Thoughts?
I am wondering whether we should shorten the package import path on the v2 release, from
pytorch_forecastingtoptf. Simply out of user convenience.As a downwards compatibility measure, we can forward
pytorch_forecastingimports toptf.Thoughts?