python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there an alternative to DVC pipelines to create a DAG which is also aware of inputs/outputs to nodes to cache results?
I recently started to use DVC pipelines to create DAG in my application. I work on Machine Learning projects, and I need to experiment a lot with different nodes of my system. For example:
Data prepro...

Kıvanç Yüksel
Votes: 0
Answers: 0
Is it possible to use Pydantic instead of dataclasses in Structured Configs in hydra-core python package?
Recently I have started to use hydra to manage the configs in my application. I use Structured Configs to create schema for .yaml config files. Structured Configs in Hyda uses dataclasses for type che...

Kıvanç Yüksel
Votes: 0
Answers: 2