Skip to content

Commit

Permalink
Minor updates to notebooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandwi committed Dec 6, 2021
1 parent 0d176f7 commit 7330c5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -802,4 +804,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions ml-models/pacs008/xgboost/pacs008_xgboost_local.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:**"
]
},
{
Expand Down Expand Up @@ -1447,4 +1447,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 7330c5a

Please sign in to comment.