DEV Community

Sahan Dissanayaka
Sahan Dissanayaka

Posted on

Releasing my first NPM Package to the registry

Recently, I found out that npm doesn't contain a js package for the necessary error evaluation used in time series/machine learning. Then I created my first npm package called time-series-error in npm registry to facilitate that requirement. Go ahead to the following link and check it out in your node applications.
https://www.npmjs.com/package/time-series-error

Currently it is stable under the v2.0.5. I hope to implement more error metrics widely used in time-series/machine learning domain.

If you have any suggestions or improvements to make, feel free to add an issue item in the GitHub repository stated here.
https://github.com/SahanDisa/time-series-error

Top comments (0)