<Create Kedro PartitionedDataset of PartitionedDat...
# questions-so
r
Create Kedro PartitionedDataset of PartitionedDatasets I'm working in a kedro project where I want to automatically label thousands of audio files, apply transformations to them and then store them in a folder of folders, each subfolder corresponding to one label. I want that folder of folders to be a catalog entry on my yml file I followed this Kedro tutorial and created my own custom dataset for saving/loading .wav files in kedro...