Hi Team!
Anyone ever played with hyperparameter tuning frameworks within kedro? I have found several scattered pieces of info related to this topic, but no complete solutions. Ultimately, I think what I would like to set up is a way to have multiple nodes running at the same time and all contributing to the same tuning experiment.
I would prefer using optuna and this is the way I would go about it based on what I have found online:
Hi team!
Is there any way to resolve factory datasets and access them from a DataCatalog/KeroDataCatalog instance?
I notice using the CLI to create a list of datasets kedro catalog list
will automatically resolve them (for a given pipeline - see this bit of code) while doing catalog.list()
in a kedro jupyter notebook will just list non-factory datasets (and parameters). Are those two returning different outputs by design or is it a bug?
Thanks!
Hello Team!
So it's been a few months since we started using kedro and it's time to deploy some of the pipelines we have created.
We need to choose an orchestrator but this is not our field of expertise, so I wanted to ask for some help. We would like something simple to setup and use collaboratively. Also my company requires it is free (at least for now), our cloud provider is AWS and we already use mlflow. Here are the alternatives we found:
Hello team!
Where can I find a list of all hook methods available and their signatures? I checked the docs but I apologize if I somehow missed it.
Many thanks!