sebastianliebscher opened a new pull request, #24426:
URL: https://github.com/apache/superset/pull/24426

   ### SUMMARY
   This PR bumps optional dependency `prophet` for the predictive forecasting 
feature. Prophet made huge performance gains in the last releases 
https://github.com/facebook/prophet/releases and dropped some dependencies. 
   
   > Sped up .predict() by up to 10x by removing intermediate DataFrame 
creations.
   
   Also bumped `holidays` as needed for prophet. 
https://github.com/dr-prodigy/python-holidays/releases
   
   Note: Although prophet worked before and after the bump, their related 
integration tests still fail https://github.com/apache/superset/issues/24406. 
So this PR may be blocked by this issue.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
![image](https://github.com/apache/superset/assets/112352529/0438c58e-a467-4ce3-a1ab-acedb30aa360)
   
   
   ### TESTING INSTRUCTIONS
   - `pip install -e '.[prophet]'`
   - Setup Line chart and enable predictive forecast
   
   ### ADDITIONAL INFORMATION
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to