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
The ExperimentData class can handle 2 kinds of input data as the metrics argument:
aggregated metrics: this should always be aggregated on the entity level
time-resolved metrics: this requires an additional column time_since_treatment in the input, and should always be aggregated per unique entity and time point
The text was updated successfully, but these errors were encountered:
The
ExperimentData
class can handle 2 kinds of input data as themetrics
argument:time_since_treatment
in the input, and should always be aggregated per unique entity and time pointThe text was updated successfully, but these errors were encountered: