Kjell Wooding
Kjell Wooding
Another potential culprit: https://github.com/joblib/joblib/pull/1136 > The risk, (which is the reason, I assume, it was not done this way already) is that the pickle memoization process will interfere will hashing...
though easydata.readthedocs.io is taken by someone else
Just occurred to me. That's an f-string. Were you perhaps using python
Oh right. I haven’t merged master back into bus_number yet. We’ll have to update the tutorial when we do so, of course
Can you point me at the spot you're referring to? In our tutorials, we do make note of this fact, (by bumping up against the problem and then solving it...
You're right. It's probably worth taking it out for now and seeing what happens. Since it almost certainly only affects users who used particular nb_conda_kernal versions along the way, the...
Incidently, @ichitaka you may want to give the Easydata2 branch a spin, as we're planning a major API break (and many, many cleanups and features). see #225
@acwooding is this still true?
I should note, we already include nbval, so assuming you have checked-in a notebook with output values: `py.test --nbval notebook_name.ipynb` should test the notebook to ensure that the output doesn't...
For randomized algorithms, you should be specifying a seed. We used a trick elsewhere where we generated an `Experiment` (which included the PRNGs), and used that experiment class to generate...