https://github.com/quant-aq/aeromancy
⚗️ Aeromancy: A framework for performing reproducible AI and ML
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.5%) to scientific vocabulary
Keywords
Repository
⚗️ Aeromancy: A framework for performing reproducible AI and ML
Basic Info
- Host: GitHub
- Owner: quant-aq
- License: apache-2.0
- Language: Python
- Default Branch: main
- Homepage: https://quant-aq.github.io/aeromancy/
- Size: 1.28 MB
Statistics
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 23
- Releases: 6
Topics
Metadata Files
README.md
Aeromancy
Aeromancy is an opinionated philosophy and open-sourced framework that closely tracks experimental runtime environments for more reproducible machine learning. In existing experiment trackers, it’s easy to miss important details about how an experiment was run, e.g., which version of a dataset was used as input or the exact versions of library dependencies. Missing these details can make replicability more difficult. Aeromancy aims to make this process smoother by providing both new infrastructure (a more comprehensive versioning scheme including both system runtimes and external datasets) and a corresponding set of best practices to ensure experiments are maximally trackable.
In its current form, Aeromancy requires a fairly specific software stack: (hey, we said it was opinionated)
- Experiment tracker: Weights and Biases
- Object storage (artifacts): S3-compatible, e.g., Ceph
- Virtualization: Docker
- Python Package Manager: pdm
- Revision Control: Git
Aeromancy at SciPy 2024
Check out our abstract and poster:
Documentation
- If you're new to Aeromancy, start here!
- In the Developer Reference section of the documentation, we include some design docs which provide an architectural overview and a glossary of terms.
- To see autogenerated docs for code from this repo, you'll need to start a
local doc server (
pdm doc). - Want to get involved? We have starting points in our Contributor Guidelines.
Note: Aeromancy documentation is in a very early state. As this is a pre-release support may be limited.
Common development commands
pdm lint: Run pre-commit linterspdm test: Run test suitepdm doc: Start doc server (see also the public version for the latest release)
Owner
- Name: QuantAQ
- Login: quant-aq
- Kind: organization
- Email: hello@quant-aq.com
- Location: Boston, MA
- Website: https://www.quant-aq.com
- Repositories: 10
- Profile: https://github.com/quant-aq
GitHub Events
Total
- Issues event: 13
- Watch event: 3
- Issue comment event: 2
- Create event: 1
Last Year
- Issues event: 13
- Watch event: 3
- Issue comment event: 2
- Create event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 9
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 9
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- dmcc (18)
Pull Request Authors
- dmcc (18)
- drewp (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
proxy.golang.org: github.com/quant-aq/aeromancy
- Documentation: https://pkg.go.dev/github.com/quant-aq/aeromancy#section-documentation
- License: apache-2.0
-
Latest release: v0.3.1
published over 1 year ago
Rankings
Dependencies
- actions/checkout v3 composite
- pdm-project/setup-pdm main composite
- actions/checkout v2 composite
- pdm-project/setup-pdm v2 composite
- peaceiris/actions-gh-pages v3 composite
- python 3.10.5-bullseye build
- boto3 >=1.28.45
- doit >=0.36.0
- giturlparse >=0.12.0
- humanize >=4.8.0
- hyperlink >=21.0.0
- loguru >=0.7.2
- msgspec >=0.18.2
- pandas >=2.1.0
- pyarrow >=13.0.0
- pydot >=1.4.2
- rich-click >=1.7.1
- scipy >=1.9
- skops >=0.8.0
- term-image >=0.7.0
- tomli >=2.0.1
- wandb >=0.15.10