I am running a simple ANN model on a Jupyter Notebook Server in Kubeflow. I ran my code in my notebook to see if it worked, and everything ran just fine with expected outputs.
However, when I use Kale to convert the notebook into a Kubeflow pipeline, I'm getting the following error: error message in load_data logs during my load_data step. Here is my code block that works in the notebook: working codeblock
Does anyone know what the error could be? If anyone would like steps to recreate the environment, please let me know.
Here is my code for reference: https://github.com/sumanthnallamotu/kale/blob/master/artificial_neural_network.ipynb