Running Watson OpenScale and Watson ML Engine - ICP.ipynb and under Insert historical confusion matrixes I get an error during response = requests.post(measurements_url, json=measurments, headers=ai_client._get_headers())
It works with verify=False, whichy the other POST methods use, so perhaps it is just missing here.
Running
Watson OpenScale and Watson ML Engine - ICP.ipynband underInsert historical confusion matrixesI get an error duringresponse = requests.post(measurements_url, json=measurments, headers=ai_client._get_headers())It works with
verify=False, whichy the otherPOSTmethods use, so perhaps it is just missing here.