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
In #7 we drafted a preliminary interface for the main time-index object. Now, we want to start implementing it, starting with the constructor (the __init__ method).
Instead, I'd prefer to just create a new array independently from any input data.
I think this is a good choice. We manipulate time index and train/test labels in this class and save the output as an independent data (e.g. dataframe). We can bring it to the preprocessing module when the actual operations take place.
In #7 we drafted a preliminary interface for the main time-index object. Now, we want to start implementing it, starting with the constructor (the
__init__
method).Also see the discussion in AI4S2S/proto#3
The text was updated successfully, but these errors were encountered: