Skip to content
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

Add support for other prediction techniques #30

Open
jaARke opened this issue Oct 4, 2023 · 0 comments
Open

Add support for other prediction techniques #30

jaARke opened this issue Oct 4, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jaARke
Copy link
Contributor

jaARke commented Oct 4, 2023

LSTM is just one potential method for forecasting stock price changes. We may want to allow our users to choose from various analysis techniques for some more thorough insight into how a stock's price might change.

To do this, we'll want to add utility functions inside utils/quant/ that perform different types of analysis. Like with LSTM analysis, these functions should accept a stock ticker, data collection timeframe, and prediction timeframe as parameters, and return predictions for each day in the prediction timeframe.

See this issue, regarding LSTM implementation, for a more in-depth description of how analysis functions in general should work.

@jaARke jaARke added enhancement New feature or request help wanted Extra attention is needed labels Oct 4, 2023
@jaARke jaARke changed the title Add support for other forecasting techniques Add support for other prediction techniques Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant