-
Make it clearer that the plugin only reports commands when inside initialized kedro project. Add extra step to make a test project (like spaceflights instance) or point to the docs of kedro for steps …
-
What are the alternatives to using Kedro?
I took the following from https://blog.streamlit.io/using-chatgpt-to-build-a-kedro-ml-pipeline/
> Airflow: Airflow is a platform to programmatically aut…
-
## Description
I wouldd like to be able to share implementations of `AbstractDataSet` with non-Kedro users.
## Context
I have a library with several implementations of `AbstractDataSet` that I us…
-
## Why should we care about Experiment Tracking?
Experiment tracking is a way to record all information that you would need to recreate a data science experiment. We think of it as logging for parame…
-
A small (I hope) task to review the website copy on the newly branded website in case any small tweaks would be beneficial at the time we make a new release. I'll create a set of suggestions here for …
-
For some reason (which I do not fully understand) kedro-kubeflow is used during kedo run inside docker images when executing docker image. It causes issue if you forget to add that dependency and it h…
-
## Details
* Read the Docs project URL: https://readthedocs.org/projects/kedro/
* Build URL (if applicable): https://readthedocs.org/projects/kedro/builds/19685180/
* Read the Docs username (if a…
-
## Description
Users struggle with ever increasing catalog files:
https://github.com/kedro-org/kedro/issues/891
https://github.com/kedro-org/kedro/issues/1847
Current "solutions":
- Use yaml an…
-
If you create custom dataset for Kedro (implement `AbstractDataSet`) with the following specification:
* use `filepath` as an argument
* use fsspec-compatible, non-local path as value of `filepath` …
-
namespaced kedro parameters in general look like:
`outer_namespace.inner_namespace.param_name`
kubeflow doesn't accept dots in parameter names so during compiling the Error is raised:
`ValueE…