Skip to content

Commit

Permalink
updated readme with links to the example repository and the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
attila-balint-kul committed Nov 21, 2023
1 parent cad79ec commit a5b7c20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,14 @@ server = server_factory(model)
uvicorn.run(server, port=3000)
```

## Benchmarking

The package also provides a benchmarking framework that can be used to benchmark your model against
other models. There are some example models in [this repository](https://github.com/attila-balint-kul/energy-forecast-benchmark-examples).

The results of the benchmarking are openly accessible [here](https://wandb.ai/attila-balint-kul/load-forecasting-competition/reports/Enfobench-Dashboard--Vmlldzo2MDM0ODE2#models).


## Contributing

Contributions and feedback are welcome! For major changes, please open an issue first to discuss
Expand Down

0 comments on commit a5b7c20

Please sign in to comment.