-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'DartsForecaster' object has no attribute '_get_model_container' #25
Comments
Hi @antara-c, thanks for the report. Could you provide a minimal reproducible example please? |
Hi @lsorber , sure here's the bit that throws an error to me forecaster = DartsForecaster( Fit the forecasterforecaster.fit(y1_train, future_covariates=X1_train) Make a probabilistic forecast 5 days into the future by predicting a set of conformally calibratedquantiles at each time step and drawing 500 samples from themquantiles = (0.025, 0.05, 0.1, 0.25, 0.5, 0.75, 0.9, 0.95, 0.975) I'm not using categorical variables
|
Hi @antara-c, I'll need a bit more information to be able to help you with this:
|
hi, I upgraded the version of conformal tights and still get the above error pip list as you requested adagio 0.2.4 I will not be able to share the py file due to constraints. I am able to produce the first graph though (https://pypi.org/project/conformal-tights/) so I would understand if you need to close this due to the lack of the source code. Thanks |
All right, I'd like to help but it's fairly difficult to debug this without having an example that I can use to reproduce the issue locally. If you want to proceed, I'd need to know the following:
The answers to (2)-(4) should be yes. If the answer is no to any of these, that will give us a clue as to where the issue is. |
Hi, I am trying to run conformal tights on my local machine, however even after a pip install conformal tights and pip install darts, I get the above error message (in title). Is there something I'm missing?
The text was updated successfully, but these errors were encountered: