Rüdiger Busche

Results 75 comments of Rüdiger Busche

No `_id` is the unique identifier for a run and should never change. However, I really recommend to use `_run.add_artifact` instead of manually dumping data. This way you can easily...

Totally see your point here. A temporary directory per run sounds like a workable solution. I take it as a feature request! Maybe [mkdtemp](https://docs.python.org/3/library/tempfile.html#tempfile.mkdtemp) already does it. Meanwhile you can...

I would probably replace the S with the snake. I am also not sure about the halo. Maybe it is a bit to much in the Christian direction... I could...

Wow, that looks pretty badass to me!

Unfortunately, there is no real progress from my side...

Seems to be back again. @Qwlouse Is there any way that other people could access the logs from readthedocs?

@Qwlouse thanks, seems to me my bad with using the jsonpickle extension for pandas. I'll look into it.

Not really a good way. You can save these things as a string though. ```python _run.log_scalar(str(array)) ```

@decodyng I would be in favor of making `log_scalar` more strict and adding a `log_data` method for more complex objects.