diff --git a/ml-models/pacs008/xgboost/pacs008_xgboost_inference_pipeline.ipynb b/ml-models/pacs008/xgboost/pacs008_xgboost_inference_pipeline.ipynb index 35101e9..0b9eb12 100644 --- a/ml-models/pacs008/xgboost/pacs008_xgboost_inference_pipeline.ipynb +++ b/ml-models/pacs008/xgboost/pacs008_xgboost_inference_pipeline.ipynb @@ -732,10 +732,12 @@ "# payload_4, expect: Success\n", "payload_4 = \"IN,CA,DEBT,IN,00.P0006,\"\n", "\n", - "# payload_5, expect: Success\n", - "payload_5 = \"IE,IN,CRED,IN,0,/REG/15.X0003 FDI in Transportation\"\n", - "payload_5 = \"IE,GB,CRED,IN,0,/REG/15.X0001 FDI in Retail\"\n", - "payload_5 = \"IE,GB,CRED,IN,0,/REG/15.X0002 FDI in Agriculture\"\n", + "# payload_5, expect: Success, Creditor Country IN\n", + "payload_5 = \"GB,IN,CRED,IN,0,/REG/15.X0001 FDI in Retail\"\n", + "#payload_5 = \"MX,IN,CRED,IN,0,/REG/15.X0002 FDI in Agriculture\"\n", + "#payload_5 = \"IE,IN,CRED,IN,0,/REG/15.X0003 FDI in Transportation\"\n", + "# this should fail as 15.X0009 is not a valid reg code for CRED & IN combination\n", + "#payload_5 = \"MX,IN,CRED,IN,0,/REG/15.X0009 FDI Agriculture\"\n", "\n", "# payload_6, expect: Failure\n", "payload_6 = \"IE,IN,CRED,IN,0,/REG/99.C34698\"\n", @@ -802,4 +804,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} +} \ No newline at end of file diff --git a/ml-models/pacs008/xgboost/pacs008_xgboost_local.ipynb b/ml-models/pacs008/xgboost/pacs008_xgboost_local.ipynb index 00f8810..d8c719e 100644 --- a/ml-models/pacs008/xgboost/pacs008_xgboost_local.ipynb +++ b/ml-models/pacs008/xgboost/pacs008_xgboost_local.ipynb @@ -336,7 +336,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**See sample Instructions for Next Agent by each debtor and credtior country:**" + "**Let's do a quick check on a few samples of text feature `InstrForNxtAgt - Instructions for Next Agent` by each debtor and creditor country:**" ] }, { @@ -1447,4 +1447,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} +} \ No newline at end of file