Wrap‑up and next steps
Last updated on 2026-03-10 | Edit this page
Estimated time: 20 minutes
One‑page checklist: Reproducible, FAIR, and ethical ML in astronomy
Use this as a quick self‑check for your next ML project. You do not need to tick every box to start. Ticking a few is already progress.
1. Reproducibility (can someone rerun this?)
Minimum goal: someone else could rerun this without guessing.
2. Data provenance (where did this come from?)
Minimum goal: a reader understands what data went in, and why.
3. FAIR practices (is this reusable?)
Findable
Accessible
Interoperable
Reusable
Minimum goal: reuse does not require emailing you.
4. Models and outputs (what exactly is being shared?)
Minimum goal: users know what the model was built for.
5. Ethical safeguards (are assumptions visible?)
Minimum goal: downstream users are not misled by omission.
Wrap‑up and next steps
This workshop has focused on a simple idea:
Machine learning does not change what good astronomy looks
like.
It changes how easy it is to lose track of assumptions.
Across the lessons, we have seen that:
- reproducibility is a practical skill, not a moral stance
- FAIR practices extend beyond raw data to models and workflows
- ethical issues in astronomy ML are usually about scope and reuse
- small, explicit choices prevent large downstream problems
None of these require perfect code or ideal infrastructure. They require clarity.
What you should take away
If you remember only a few things:
- You are the primary user of your own ML work
- Performance numbers are not self‑explanatory
- Models outlive their context unless you stop them
- Silence about limitations is never neutral
Good practice is mostly about writing things down.
What to do next
After this workshop, consider doing just one of the following:
- Add a README to an existing project
- Write a scope and limitations paragraph for a paper
- Fix and record random seeds
- Document a preprocessing step you currently do implicitly
- Add a “not tested on” note to a model description
Choose one thing. Do it once. Let it stick.
How this fits into your career
For PhD students and ECRs especially:
- reproducible work is easier to defend
- clear documentation saves time
- careful scope statements protect you from overclaiming
- FAIR practices increase the lifespan of your work
These benefits show up quickly.
Final reflection (optional)
Take one minute and think about:
- One assumption in your current work that could be made explicit
- One future reader you could help with a single sentence
That is enough for today.
Final Thought: Reproducible and ethical ML is not about doing more work. It is about making your work easier to trust and reuse.
