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
Good Afternoon! Thank you very much for all you have done with these repositories of knowledge! I had a question about the file: 05_1_TimeSeries_HistoricalEvents.ipynb
We are typically left with a np.nan value for the first row of each group's avg_7D. Would you all recode this to zero, or leave it as nan and drop the row? Additionally, would you typically include several of these in your model? Say, compute 3Dand a 7D offset average?
Separately, I take it you apply identical functions to the valid and test sets, as well, right?
Lastly, where/when I might learn more about similar courses that you might offer in the future?
Thank you for your time and consideration!
The text was updated successfully, but these errors were encountered:
Good Afternoon! Thank you very much for all you have done with these repositories of knowledge! I had a question about the file: 05_1_TimeSeries_HistoricalEvents.ipynb
In the case of the solution code here:
We are typically left with a
np.nan
value for the first row of each group'savg_7D
. Would you all recode this to zero, or leave it asnan
and drop the row? Additionally, would you typically include several of these in your model? Say, compute3D
and a7D
offset average?Separately, I take it you apply identical functions to the valid and test sets, as well, right?
Lastly, where/when I might learn more about similar courses that you might offer in the future?
Thank you for your time and consideration!
The text was updated successfully, but these errors were encountered: