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
Is your feature request related to a problem? Please describe.
create a module that takes a time series and do all the univariate analysis on the time series.
class TimeSeries:
def __init__(data: np.ndarray):
self.data = data
box_plot():
retrun .....
violin_plot():
return ....
....
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
create a module that takes a time series and do all the univariate analysis on the time series.
The text was updated successfully, but these errors were encountered: