Skip to content

automl/Mighty-DACs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mighty Project Template

This repository contains everything to immediately start building your own Mighty project.

Installation & Dependencies

We recommend using uv to create a new virtual environment:

pip install uv
uv venv --python 3.11
source .venv/bin/activate

And then installing the basic dependencies of Mighty like this:

make install

To add your own dependencies, simply put them in the 'pyproject.toml' file.

Repository Content

This repository has:

  • Basic runscripts for multiple seeds, HPO and parallel cluster evaluation
  • The full set of Mighty config files
  • A basic runscript & plotting setup

This way you should be able to implement your extensions and run your experiments immediately. Also check out the Makefile and adjust it to your needs. Currently it features install, format and check commands you can customize and extend.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published