Skip to content

Project Structure

The ATVaP project is organized as follows:

  • main.py: The main script for data fetching, model training, and prediction.
  • data_fetcher.py: Module for fetching and preprocessing data.
  • model.py: Definition of the LSTM model.
  • utils.py: Utility functions for data manipulation and analysis.
  • visualize.py: Script for generating visualizations of results.
  • config.yml: Configuration file for project parameters.
  • tests/: Directory containing unit tests.

For more information on each file, see the Usage Section.