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

Development #16

Merged
merged 27 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7e2e635
add prophet dependency
mayushii21 Aug 8, 2024
d338af9
initial prophet experimenting
mayushii21 Aug 11, 2024
277121e
testing, experimenting
mayushii21 Aug 12, 2024
6580243
create an empty signal file to notify the main process of the update
mayushii21 Aug 13, 2024
2c12359
run main query to reload main table only on first load or update_signal
mayushii21 Aug 13, 2024
a4d9cc7
add forecast button to layout
mayushii21 Aug 14, 2024
c494975
enable indicators by default
mayushii21 Aug 15, 2024
147f251
add table for storing forecasts
mayushii21 Aug 16, 2024
6869c9c
create functions for generating, clearing and
mayushii21 Aug 20, 2024
929811c
set the forecast_button color to info
mayushii21 Aug 21, 2024
28192a5
generate forecasts after updating
mayushii21 Aug 22, 2024
d05d26e
mad experimentation
mayushii21 Aug 25, 2024
7bc93c4
disable cmdstanpy info logs
mayushii21 Aug 26, 2024
1c461dd
clip forecast values with moving period average,
mayushii21 Aug 30, 2024
51fa4f0
disable cmdstanpy info level logging
mayushii21 Aug 30, 2024
2187190
set up color switching for the forecast button
mayushii21 Sep 9, 2024
37e6b78
configure widths
mayushii21 Sep 9, 2024
f660ec7
fix update on button press not reloading the main table
mayushii21 Sep 9, 2024
d4bfecb
switch get_forecasts condition to strict, perform
mayushii21 Sep 9, 2024
e342cb5
[bug] switch to strict check and remove increment
mayushii21 Sep 9, 2024
4da5ab7
update main table before generating forecasts
mayushii21 Sep 9, 2024
6f27a56
update with latest stonks and forecast table
mayushii21 Sep 9, 2024
e000a19
prep for merge with dev branch
mayushii21 Sep 9, 2024
ecbd8df
version bump
mayushii21 Sep 9, 2024
bf43668
make var names less ambiguous
mayushii21 Sep 9, 2024
3f89ca2
Merge pull request #15 from mayushii21/pred
mayushii21 Sep 9, 2024
563eac0
adjust to refactored db_ops and check for forecast
mayushii21 Sep 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .safe_env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WATERMARK=mayushii21
DEV_ENV=true
Loading
Loading