You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After talking with @AaronCooke2718 I would like to implement #56 next when I have the time. The goal is to allow someone to run the model with any time-series input, not specific to our project.
Doing so will require replacing get_df() with two input files:
time series x variables matrix (after processing / before normalization -- currently what get_df() generates)
A variables x metadata matrix which includes a factor column that describes the variable-factor relationship
get_df() is referenced in a lot of places, so will need testing of all streamlit pages prior to merge
The text was updated successfully, but these errors were encountered:
After talking with @AaronCooke2718 I would like to implement #56 next when I have the time. The goal is to allow someone to run the model with any time-series input, not specific to our project.
Doing so will require replacing
get_df()
with two input files:get_df()
generates)factor
column that describes the variable-factor relationshipget_df()
is referenced in a lot of places, so will need testing of all streamlit pages prior to mergeThe text was updated successfully, but these errors were encountered: