Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 3.3 KB

README.md

File metadata and controls

54 lines (36 loc) · 3.3 KB

Is Your Research Software Correct?

Resources from this presentation

  • Slides: The slides are in presentation/index.html. On your local machine, Navigate to that folder and open index.html in a browser. See the online version at https://mikecroucher.github.io/reproducible_ML/
  • PCA_demo The PCA demonstration used to motivate sharing of environments
  • Bob's repo Repo created from the slide motivating the use of version control

External resources

Care about your code

....and those who write it

Academic Papers on reproducible research and software quality

Coding problems leading to problems in research

Version Control - Learn git

Distribute your computational environment, not just the code

XKCD comics I used in the presentation

Note to self

The way you push the presentation folder to gh-pages to make the slide deck live is

git subtree push --prefix presentation origin gh-pages