Top "Reproducible-research" questions

Reproducible research is the idea that the result of scientific research should be published with data and code in order to make it possible for other researchers to verify the results.

Set working directory in Python / Spyder so that it's reproducible

Coming from R, using setwd to change the directory is a big no-no against reproducibility because others do not have …

python spyder reproducible-research
Unit tests for functions in a Jupyter notebook?

I have a Jupyter notebook that I plan to run repeatedly. It has functions in it, the structure of the …

python unit-testing testing jupyter reproducible-research
Fully reproducible parallel models using caret

When I run 2 random forests in caret, I get the exact same results if I set a random seed: library(…

r r-caret reproducible-research
Reproducible results in Tensorflow with tf.set_random_seed

I am trying to generate N sets of independent random numbers. I have a simple code that shows the problem …

python tensorflow random-seed reproducible-research
Classloader vulnerability reproducing procedure in struts 1.1

In Struts1, I heard that there is a classloader vulnerability issue which is cause by CVE-2014-0114. But I am …

security jboss classloader struts-1 reproducible-research
programmatically add cells to an ipython notebook for report generation

I have seen a few of the talks by iPython developers about how to convert an ipython notebook to a …

ipython ipython-notebook reproducible-research
Using BERT for next sentence prediction

Google's BERT is pretrained on next sentence prediction tasks, but I'm wondering if it's possible to call the next sentence …

tensorflow deep-learning nlp reproducible-research natural-language-processing