0

In Neptune (this machine learning experiment tracker) is it possible to make it git-aware? I mean - using .gitignore for excluded files and saving commit hashes for each run?

In particular, when I review an already finished job, can I go directly to GitHub commit?

Piotr Migdal
  • 11,864
  • 9
  • 64
  • 86

2 Answers2

1

It is possible to implement for sure, but afaik till now it is not done. I think such feature will available when Neptune has support for git. It is on the product roadmap.

marigs
  • 26
  • 2
0

Starting form version 2.0 Neptune provides integration with git, see: https://docs.neptune.ml/advanced-topics/git-integration/.

Piotr Migdal
  • 11,864
  • 9
  • 64
  • 86