reproducibility
Here are 395 public repositories matching this topic...
-
Updated
Oct 9, 2020 - Python
Naming inconsistency
Describe the bug
I found that some names agruments in framework aren't consistent.
So for example:
class SupervisedRunner(Runner):
"""Runner for experiments with supervised model."""
_experiment_fn: Callable = SupervisedExperiment
def __init__(
self,
model: Model = None,
device: Device = None,
input_key: Any = "features",
-
Updated
May 22, 2018 - Python
-
Updated
Oct 14, 2020 - R
Description
The submissions of the challenge hosts don't appear until they are made as a baseline but we are missing on the documentation for it.
Deliverables
Step by step guide on how to make a submission a baseline submission.
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 14, 2020 - Python
-
Updated
Mar 31, 2018 - Jupyter Notebook
-
Updated
Sep 18, 2020 - R
-
Updated
Sep 24, 2020 - R
-
Updated
Aug 16, 2020 - Python
-
Updated
Jul 1, 2019 - Python
-
Updated
Oct 5, 2020 - Java
-
Updated
Sep 25, 2020 - Python
-
Updated
Oct 10, 2020 - HTML
https://github.com/kislyuk/argcomplete allows for easy integration with bash auto-completion.
-
Updated
Oct 2, 2020 - Jupyter Notebook
similar to #785 but for docker pull
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Python
-
Updated
Sep 21, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 14, 2020 - Scala
-
Updated
Oct 1, 2020 - R
-
Updated
Nov 23, 2018 - Python
-
Updated
Sep 11, 2020 - R
-
Updated
Oct 14, 2020 - R
Improve this page
Add a description, image, and links to the reproducibility topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reproducibility topic, visit your repo's landing page and select "manage topics."


We currently support real HDFS by using pyarrow, but the problem with it is that it still requires libhdfs, which has to be installed separately and in some cases (on osx) is not at all trivial to install (brew's hadoop package doesn't provide it, for example). See iterative/dvc#4656 Also [pyarrow itself has caused us some problems](https://github.com/iterative/dvc/issues