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 a Metric Class #3

Closed hasanemirakin closed 1 year ago

hasanemirakin commented 1 year ago

Implement a Metric class and define functions in it to calculate MAE, MSE and RMSE of two given torch tensors.

hasanemirakin commented 1 year ago

Inspiration: -https://towardsdatascience.com/time-series-forecast-error-metrics-you-should-know-cc88b8c67f27

hasanemirakin commented 1 year ago

@kilavuza has implemented such metrics under metrics.py