facebookresearch / Kats

Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends.
MIT License
4.85k stars 530 forks source link

Dockerfile #327

Closed Shuimo03 closed 8 months ago

Shuimo03 commented 10 months ago

Kats

Thank you for contributing! Please take a moment to review our contributing guidelines to make the process easy and effective for everyone involved.

Contributor License Agreement ("CLA") In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Facebook's open source projects.

Complete your CLA here: https://code.facebook.com/cla

Ver: Kats v1.02

irumata commented 10 months ago

hi! Thanks for contributing, can you explain how it helps to fix the issue?

Shuimo03 commented 9 months ago

yes, The issues mainly because many we have different environments, kats requires python3.7 but many people maybe be higher than this version. So I provide a Dockerfile which can slove the problem of environment consistency, to be able to quickly experience the kats

benzid-wael commented 9 months ago

Hi @Shuimo03

Thanks for taking the time to create this diff

I don't see the value of adding dockerfile here.

If kats is broken for specific version, please create an issue and appreciate if you add a PR to fix it as well, does it make sense?