Replies: 2 comments 5 replies
-
Is there some example of a machine learning pipeline with hyperparameter tuning built using Prefect? |
Beta Was this translation helpful? Give feedback.
-
I'm a snakemake user and I landed here by accident. I'm curious, would this pass variables between rules suit you?
|
Beta Was this translation helpful? Give feedback.
-
Hi, I'd like to understand the capabilities of Prefect to decide whether it fits my needs.
Usually, I use Snakemake to build pipelines, because:
However, it is not very well suited for cases where the input or output of rules are not files.
For example, imagine that I want to step-wise import some dataframes into a database, because it is too big to handle at once in memory.
As I understood, it's quite simple to define a pipeline like this in Prefect:
However, the things that I do not understand on Prefect:
"apply transformations"
requires 20GB of RAM?Or in case of running hyperparameter optimization for some ML model: How can I request a GPU for the training task?
(Consider e.g. a task that creates an unknown number of output files that all need to be processed individually by another task)
Beta Was this translation helpful? Give feedback.
All reactions