Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battery Voltage Forecasting

This project implements a transformer-based neural network model to forecast battery voltage based on historical data.

Setup

  1. Install the required packages:
pip install -r requirements.txt
  1. Ensure your data is in the data/data.csv file.

Usage

To train the model:

python main.py train

To make predictions:

python main.py predict

You can specify custom paths for data and model files using the --data_path and --model_path arguments. Use --n_steps to specify the number of minutes to predict (default is 10).

For more information, run:

python main.py --help

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages