-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Forecasting Menu [Work in Progress] #1933
Conversation
Someone has been avoiding sleep 👀 |
This is looking awesome. Small point I'm noticing. For controllers/argparse choices, y'all are doing We should stick to doing |
Gotcha, will update! |
…BBTerminal into forecasting-menu
…BBTerminal into forecasting-menu
…BBTerminal into forecasting-menu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…BBTerminal into forecasting-menu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LFGO 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to join in on the fun
…BBTerminal into forecasting-menu
…BBTerminal into forecasting-menu
Description
[2022-06-16 14:43:03,449] WARNING | darts.models | Support for AutoARIMA, BATS and TBATS is not available.To enable it, install u8darts[pmdarima] or u8darts[all]. [2022-06-16 14:43:03,450] WARNING | darts.models | Support for Facebook Prophet is not available. To enable it, install "darts", "u8darts[prophet]" or "u8darts[all]" (with pip);or "u8darts-all" (with conda).
(fixed with PR Opt-out of darts logging based on environment variable unit8co/darts#1010)stocks/load AAPL/forecast/USE MODEL
- works for both stocks and crypto menu. - to add economy soon or in V2Other Bugs Fixed:
Checklist:
Known issues
FutureWarning: pandas.Int64Index is deprecated
warningsV2 Features:
Others
pre-commit install
.pytest tests/...
.To use in Jupyter:
from openbb_terminal.api import forecast as fc
from openbb_terminal import api
import matplotlib.pyplot as plt
import matplotlib_inline.backend_inline
%matplotlib inline
matplotlib_inline.backend_inline.set_matplotlib_formats("svg")
api.theme.applyMPLstyle()