Skip to content

langflow-ai/wavy

Repository files navigation

≋ Wavy: Time-Series Simplified ≋

GitHub Contributors GitHub Last Commit Github License

Wavy is a time series package designed to simplify the pre-processing steps and reliably avoid the problem of data leakage on time-series data. Explore the docs 📖 Logo

🚀 Quickstart

You can install Wavy from pip:

pip install wavyts

Features

💡 Wavy is:

  • A resourceful, high-level package with tools for time-series processing, visualization, and modeling.
  • A facilitator for time-series windowing that helps reduce boilerplate code and avoid shape confusion.

❗ Wavy is not:

  • An efficient, performance-first framework (yet!).
  • Primarily focused on models. Processed data can be easily converted to numpy arrays for further exploration.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make to wavy are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! ⭐

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.