I have a problem with experiment tracking. I setu...
# questions
f
I have a problem with experiment tracking. I setup (locally on windows) as described in the docs and everything worked fine. I pushed my repository without the session.db. Then on another machine (linux), i pulled the changes and
kedro run
showed this error (attached screenshot). How can I "reset" kedros experiment tracking?
That is the error message:
r
qq - are you using collaborative experiment tracking by setting remote_path in your settings.py or only local path?
f
Sorry for raising that question, it was totally my own stupid fault: the folder in my repository where I store the session.db was simply not available in on the other machine (.gitignored it without keeping the empty folder without files with .gitkeep in the repository). Thanks anyways @Rashida Kanchwala for participating :)
👍🏽 1
👍 2
n
Thanks @Rashida Kanchwala. Thanks for the question @fmfreeze. Whilst doing this setup, is there anywhere the experiment tracking docs could be clearer or more explicit?
f
Except mentioning exactly that scenario in the docs, I think it's fine. What really could be more informational is the error message itself, but I haven't tried with running the pipeline with
--verbose
j
@Rashida Kanchwala & @Nero Okwa please could you make an issue for the docs for this and add some draft text I'll make sure we get an update into the docs?