Christoph Görn's contributions
Customize Python dependency resolution with machine learning
Fridolin Pokorny
+1
Customize Python dependency resolution with Project Thoth, a cloud service based on reinforcement learning. Use its pluggable interface to make adjustments.
Can we consider --editable a bad practice?
Christoph Görn
Take a closer look at the practice of using editable dependencies, and the issues --editable can introduce for data scientists using Project Thoth.
Use Kebechet machine learning to perform source code operations
Christoph Görn
One of the first tools we developed to help us with Project Thoth was Kebechet , which we named for the goddess of freshness and purification. As we separated our software into more and more repositories (each of our Python modules is in its own repository on GitHub), we needed help with releasing new versions and keeping all dependent modules up-to-date. In a team of two and with more than 35 repositories, our process was a major time-burner. Kebechet is...
Customize Python dependency resolution with machine learning
Fridolin Pokorny
+1
Customize Python dependency resolution with Project Thoth, a cloud service based on reinforcement learning. Use its pluggable interface to make adjustments.
Can we consider --editable a bad practice?
Christoph Görn
Take a closer look at the practice of using editable dependencies, and the issues --editable can introduce for data scientists using Project Thoth.
Use Kebechet machine learning to perform source code operations
Christoph Görn
One of the first tools we developed to help us with Project Thoth was Kebechet , which we named for the goddess of freshness and purification. As we separated our software into more and more repositories (each of our Python modules is in its own repository on GitHub), we needed help with releasing new versions and keeping all dependent modules up-to-date. In a team of two and with more than 35 repositories, our process was a major time-burner. Kebechet is...