Hi everyone, I have just started using Kedro and s...
# questions
a
Hi everyone, I have just started using Kedro and still learning the basics. I followed this documentation (How to integrate Amazon SageMaker into your Kedro pipeline: https://kedro.readthedocs.io/en/stable/deployment/aws_sagemaker.html) that executes the Spaceflights tutorial on AWS Sagemaker, but I was able only to run the first 3 nodes as the pipeline failed at split_data([model_input_table,parameters]) -> [X_train@pickle,X_test,y_train,y_test]. The error is KeyError: 'features'. I noticed as well that S3 was not updated with any dataset although they are present in the catalog.yml as instructed in the documentation. Please advise.
Up!
n
Is there any problem when you run the
spaceflights
tutorials? The node that you show isn’t changed in the tutorial so it’s irrelevant to SageMaker.