Closed eduardocorrearaujo closed 2 years ago
I started to make the changes suggested by @xmnlab in #168. I also created the forecast_models.py file to integrate the forecast with the airflow.
When running the forecast_models.py, I receive the error: ModuleNotFoundError: No module named 'epigraphhub'. There is any package used to help the code to find the file as: sys.path.add('...')
(I tried add it but didn't work)?
If you don't ask for any change we could finish this PR, so I could start to work on the issue #168
I receive the error: ModuleNotFoundError: No module named 'epigraphhub'
@eduardocorrearaujo do you still have this problem?
btw, it seems you will need to rebase your branch on top of the main branch.
@eduardocorrearaujo please check if we can unpin the numpy version. It is still on version 1.20.3 while the current version is already on 1.23.2
is it ready for the merge?
LGTM! @eduardocorrearaujo ?
I will just run the notebooks in the tutorials folder again to make sure the rebase didn't break any thing and so I will make the merge and the release.
Description
This PR was created to allow the use of version 0.3.12 of ngboost. This PR also aims to solve issue #166. To deal with this issue, I created functions assigned with
article
at the end of the name to use the data saved in the data folder and allow the reproductions of the results shown in the article (that will be used as an example in our repo).