odtuyzt / chrono-kit

An open source time series analysis library for processing, analyzing, visualising and forecasting time series data
MIT License
9 stars 6 forks source link

Implement Plotting Functions #5

Closed hasanemirakin closed 1 year ago

hasanemirakin commented 1 year ago

Implement plotting functions for plotting the data, train/val/test splits and predictions vs truth plots.

hasanemirakin commented 1 year ago

Inspiration: -https://matplotlib.org/stable/tutorials/index.html

hasanemirakin commented 1 year ago

@meric-karadag has implemented such functions in plot.py and merged.