Experimenter
A Julia package to help researchers save the results of their experiments in a database in a scaleable way.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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 (9.7%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
A Julia package to help researchers save the results of their experiments in a database in a scaleable way.
Basic Info
- Host: GitHub
- Owner: JamieMair
- License: mit
- Language: Julia
- Default Branch: main
- Size: 479 KB
Statistics
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 10
- Releases: 7
Created over 3 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
Citation
README.md
Experimenter
A package for easily running experiments for different parameters and saving the results in a centralised database
Package Features
- Create a local SQLite database to store the results of your experiment.
- Provides a standard structure for executing code across a range of parameters.
- Provides saving of results into the database using standard Julia types.
- Provides an
@executemacro that will execute an experiment (consisting of many trials with different parameters). Can execute serially, or in parallel with a choice of multithreading or multiprocessing. - Automatically skips completed trials.
Head over to the Getting Started section of the documentation to see how to use this package.
Owner
- Name: Jamie Mair
- Login: JamieMair
- Kind: user
- Location: Nottingham
- Company: University Of Nottingham
- Repositories: 7
- Profile: https://github.com/JamieMair
Citation (CITATION.cff)
cff-version: 0.1.1
message: "If you use this software, please cite it as below."
authors:
- family-names: Mair
given-names: Jamie
orcid: https://orcid.org/0000-0002-1694-8694
title: "Experimenter.jl"
version: 0.1.1
date-released: 2022-03-19
url: "https://github.com/JamieMair/Experimenter.jl"
GitHub Events
Total
- Watch event: 3
- Pull request event: 1
- Fork event: 1
Last Year
- Watch event: 3
- Pull request event: 1
- Fork event: 1
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 18
- Total pull requests: 22
- Average time to close issues: 4 months
- Average time to close pull requests: 5 days
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 0.83
- Average comments per pull request: 0.09
- Merged pull requests: 15
- Bot issues: 0
- Bot pull requests: 6
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- JamieMair (16)
- JuliaTagBot (1)
Pull Request Authors
- JamieMair (19)
- github-actions[bot] (6)
- Keno (2)
Top Labels
Issue Labels
enhancement (8)
documentation (2)
bug (1)
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
juliahub.com: Experimenter
A Julia package to help researchers save the results of their experiments in a database in a scaleable way.
- Documentation: https://docs.juliahub.com/General/Experimenter/stable/
- License: MIT
-
Latest release: 0.1.4
published over 2 years ago
Rankings
Dependent repos count: 9.9%
Dependent packages count: 38.9%
Average: 43.9%
Forks count: 53.5%
Stargazers count: 73.2%
Last synced:
7 months ago
Dependencies
.github/workflows/CI.yml
actions
- actions/checkout v2 composite
- codecov/codecov-action v2 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-docdeploy v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
.github/workflows/CompatHelper.yml
actions
.github/workflows/TagBot.yml
actions
- JuliaRegistries/TagBot v1 composite
.github/workflows/register.yml
actions
- julia-actions/RegisterAction latest composite
.github/workflows/documentation.yml
actions
- actions/checkout v4 composite
- julia-actions/setup-julia v1 composite