From 2ea912a64cf02d2b6e84552ea6051d2004a44933 Mon Sep 17 00:00:00 2001 From: Xiang Li <112364969+Jackson906E@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:05:28 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4de9c8b..d5716b6 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,12 @@ TVMixer is a powerful tool for temporal data analysis that incorporates variate ## Features - **Temporal Variate Mixing**: Applies variate dimension mixing to improve prediction accuracy by capturing complex temporal relationships. -- **Scalability**: Incoporate multi-scale temporal pattern. +- **Scalability**: Incorporates multi-scale temporal pattern analysis. -## Requirement -```bash -pip install -r requirements.txt - -## To Run the code: +## Requirements and Running the Code +Make sure to install the required Python packages and then run the code with the following commands: ```bash +pip install -r requirements.txt bash ./TVMixer.sh -