You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to get it working with models that arent always constrained to X,y fit and predict like sklearn models. Such models include Prophet, ARIMA from statsmodels, and pytorch models in their different flavours. Are there any suggested work around for this? The rigid X y specification really limits use of this with all types of models
The text was updated successfully, but these errors were encountered:
Would like to get it working with models that arent always constrained to X,y fit and predict like sklearn models. Such models include Prophet, ARIMA from statsmodels, and pytorch models in their different flavours. Are there any suggested work around for this? The rigid X y specification really limits use of this with all types of models
The text was updated successfully, but these errors were encountered: