calisim-examples-workshop-material
Workshop for calisim: A toolbox for the calibration and evaluation of simulation models.
https://github.com/plant-food-research-open/calisim-examples-workshop-material
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 (12.8%) to scientific vocabulary
Keywords
Repository
Workshop for calisim: A toolbox for the calibration and evaluation of simulation models.
Basic Info
Statistics
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 15
- Releases: 0
Topics
Metadata Files
README.md
calisim: Examples and Workshop Material
PyPI | Documentation | API | Changelog | Examples | Releases | Docker
A toolbox for the calibration and evaluation of simulation models.
Table of contents
Introduction
calisim is an open-source, low-code model calibration library that streamlines and standardises your workflows, while aiming to be as flexible and extensible as needed to support more complex use-cases. Using calisim will speed up your experiment cycle substantially and make you more productive.
calisim is primarily a wrapper around popular libraries and frameworks including Optuna, PyMC, scikit-learn, and emcee among many others. The design and simplicity of calisim was inspired by the scikit-learn and PyCaret libraries.
Workshop
Workshop material for calisim may be found in the workshop directory.
This workshop material covers the following example models:
- JFruit2
- TEgenomeSimulator
We will work though basic examples for optimisation and sensitivity analysis, alongside more complex Bayesian computational methods.
Setup
To setup the workshop material, we will first need to clone the GitHub repo like so:
``` git clone https://github.com/Plant-Food-Research-Open/calisim-examples-workshop-material.git
cd calisim-examples-workshop-material ```
Google Colab
JFruit2 workshop content may be accessed via the following links:
Virtual environment
To run the workshop material within a Python virtual environment, first ensure that Poetry (a Python dependency manager) is installed.
For this workshop, we will use an older version of Poetry (1.8.5):
poetry self update 1.8.5
After which, run the following to install all required dependencies:
export POETRY_VIRTUALENVS_IN_PROJECT=true # Install .venv your project directory, rather than home directory
poetry install --no-root --with dev,docs
poetry shell
Finally, launch JupyterLab in your web browser:
jupyter lab
Docker
To run the workshop material within a Docker container, execute the following:
``` docker compose up calisim
ctrl + C to exit
```
This will launch JupyterLab within your browser.
Owner
- Name: Plant-Food-Research-Open
- Login: Plant-Food-Research-Open
- Kind: organization
- Repositories: 1
- Profile: https://github.com/Plant-Food-Research-Open
Citation (CITATION.cff)
cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
authors:
- family-names: "Bristow"
given-names: "James"
orcid: "https://orcid.org/0009-0002-3381-7466"
- family-names: "Liang"
given-names: "Hana"
orcid: "https://orcid.org/0009-0008-3342-5028"
- family-names: "Zhang"
given-names: "Jingjing"
orcid: "https://orcid.org/0000-0001-8809-3405"
- family-names: "Chen"
given-names: "Ting-Hsuan"
orcid: "https://orcid.org/0000-0002-7311-8064"
- family-names: "Van Houtte"
given-names: "Chris"
orcid: "https://orcid.org/0000-0003-4428-9208"
title: "calisim: Examples and Workshop Material"
version: 0.1.0
date-released: 2025-07-18
license: Apache-2.0
url: "https://github.com/Plant-Food-Research-Open/calisim-examples-workshop-material"
GitHub Events
Total
- Delete event: 3
- Issue comment event: 2
- Push event: 23
- Pull request event: 6
- Fork event: 1
- Create event: 1
Last Year
- Delete event: 3
- Issue comment event: 2
- Push event: 23
- Pull request event: 6
- Fork event: 1
- Create event: 1
Dependencies
- actions/checkout v3 composite
- docker/login-action v2 composite
- docker/setup-buildx-action v3 composite
- docker/setup-qemu-action v3 composite
- actions/checkout v4 composite
- github/codeql-action/analyze v3 composite
- github/codeql-action/init v3 composite
- base latest build
- python 3.10.13-bullseye build
- 298 dependencies