chaitanyak52
Results
1
comments of
chaitanyak52
I see the same issue on azure --------------------------------------------------------------------------- JSONDecodeError Traceback (most recent call last) in 1 (train_X, train_y), (test_X, test_y) = read_input("ames_dataset/train.csv") ----> 2 endpoint.predict_nparray(test_X) ~/.local/lib/python3.6/site-packages/kubeflow/fairing/ml_tasks/tasks.py in predict_nparray(self, data, feature_names)...