Winnie Shen
Results
2
issues of
Winnie Shen
### Description In tools/environment.yml, there are conflicting library versions, which is ``` - tensorflow==2.0 - tensorboard==2.1.0 ``` But when I try to change it to ``` - tensorflow==2.0 - tensorboard==2.0.2...
bug
**Is your feature request related to a problem? Please describe.** Since compared to the original prophet library, there is now auto regression in neural prophet, so when plotting components of...
documentation