mlr-archive / mlr-tutorial

The mlr package online tutorial
http://mlr-org.github.io/mlr/
20 stars 11 forks source link

Add note about reproducibility for conducting experiments with mlr #57

Closed masongallo closed 7 years ago

masongallo commented 8 years ago

Just a note about set.seed for reproducibility

Closes #53

berndbischl commented 8 years ago

the 2nd comment about parallelization might not be correct. we have to check that in parallelMap

masongallo commented 8 years ago

we have to check that in parallelMap

Not sure what you mean here?

I am not very knowledgeable on this, only added it from reading the documentation. Shall I remove the note? I do think it's important to mention parallel here.

Edit: I tweaked the language slightly and linked to examples instead. Does that help?

masongallo commented 8 years ago

Hmm I think the Travis fail is froma bug that @zmjones fixed?

schiffner commented 8 years ago

Thx very much, Mason.

Hmm I think the Travis fail is froma bug that @zmjones fixed?

I think it's not fixed yet, but Zach is already on it (#55).

masongallo commented 8 years ago

Looks green now!

schiffner commented 8 years ago

Yep, Zach fixed the problem yesterday.

@berndbischl : Do you have new infos regarding seeding in parallelMap?

masongallo commented 8 years ago

ping @berndbischl so we can close this

schiffner commented 7 years ago

@berndbischl: Any further info?