Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.19 KB

File metadata and controls

28 lines (18 loc) · 1.19 KB

Time-Series-with-PyTorch

This is the code repository for the book "Time Series with PyTorch" by Packt Publishing.

Time Series with PyTorch Time Series with PyTorch Time Series with PyTorch Time Series with PyTorch

Prerequisites

  • Python>=3.11
  • uv

How to Run the Code

  1. Install the required dependencies using uv:
    uv sync --all-groups
  2. Select the virtual environment created by uv in your IDE or terminal or jupyter.

Authors of the Book