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 -