lnccbrown / lnccbrown/ssm-simulators
make outputs of training data generation serializable
Open
@cpaniaguam is already working on this.
Since Mar 21, 2025.
- #92 by @cpaniaguam — closed without merging
enhancement
linear-ssm-simulators
- Dominant language
- Jupyter Notebook
- Stars
- 24
- Forks
- 18
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 9
Description
At the moment training data generators create outputs which are not serializable, because they were historically saved off as pickle file.
We want to move away from that and instead operate on .json outputs.
This will a bit of reshuffling of the output formats and corresponding extra configs.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.