Implementation-oriented local `dmx-learn` fitting skill for coding, fitting, diagnosing, and using models on local or in-memory data once the problem structure is known. Prefer explicit `dmx.stats` estimators for ordinary non-Bayesian work and use…
llnl/dmx-learn
SkillsMP has collected 4 skills from llnl/dmx-learn. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 10
- GitHub forks
- 1
Skills in this repository
Showing 4 of 4 collected skills.
Use when adding or updating tests, or when validating dmx-learn changes against the repo's CI quality gates. Covers pytest layout, the shared stats test harness, torch test constraints, and the exact Black, isort, mypy, pylint, and pydocstyle checks used in…
Main entry point for local `dmx-learn` modeling requests. Use to scope the problem, infer the observation structure, keep the workflow on local data, and route detailed implementation to narrower repo-local skills or references. Default to explicit…
Use when modifying Python source, utilities, examples, or distribution code in dmx-learn. Applies the repo's enforced coding standards from CI: Poetry workflows, Black line length 88, isort black profile, typed function signatures for mypy, pylint-friendly…