Hi guys I am a newbie in Kedro and have a questio...
# questions
y
Hi guys I am a newbie in Kedro and have a question about my KedroProject. I would like to integrate k-fold cross validation into my project. What is the best way to implement this with Kedro? I found many train_test_split methods in Github with Kedro but none of them use cross-validation. The dataset is only splitted once into training and test set. What would be the best way to implement this in Kedro? Or is Kedro not useful in this case?