Skip to content

Latest commit

 

History

History
128 lines (87 loc) · 3.76 KB

README.md

File metadata and controls

128 lines (87 loc) · 3.76 KB

AutoML-Python-Benchmark

License: MIT testing: bandit linting: pylint testing: pytest

Benchmarks of AutoML Frameworks for time series forecasting, anomaly detection and classification.

Primary Python version: 3.10.14

Table of Contents

  1. Publications
  2. Datasets
  3. CUDA
  4. Installation
  5. Experiments
  6. Development
  7. Contact
  8. Citation

Publications

A Comparative Analysis of Automated Machine Learning Libraries for Electricity Price Forecasting (2024)

  • Tag
  • Code
  • These experiments are run with Python 3.9 and CUDA versions 11.2 and 11.7.

Installation

Removed. To be redrafted.

CUDA

To run this code, you will need to install CUDA for TensorFlow and PyTorch.

  • CUDA compatibilities for TensorFlow are listed here.
  • CUDA compatibilities for PyTorch are listed here

To be redrafted.

Datasets

Removed. To be redrafted.

Before running the code, datasets and repositories must be downloaded

Experiments

After downloading repositories and datasets, you can run experiments with the following:

python run.py

Development

Removed. To be redrafted.

After installation and the download of repositories and datasets, you can run functional tests with:

Contact

Please feel free to get in touch at [email protected]

Citation

Christian O'Leary (2024) AutoML Python Benchmark.

@software{AutoML-Python-Benchmark,
author = {Christian O'Leary},
title = {AutoML Python Benchmark},
doi = {10.5281/zenodo.13133203},
howpublished = {\url{https://github.com/christian-oleary/AutoML-Python-Benchmark}},
year = {2024}
}