From ba42d508d18841b42fa0c729e6e802cb8fc89f09 Mon Sep 17 00:00:00 2001 From: Evgeny Pogrebnyak Date: Thu, 28 Jan 2021 19:01:26 +0300 Subject: [PATCH 1/3] README for course files for #2 --- examples/academy_course_PYT26038/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/academy_course_PYT26038/README.md diff --git a/examples/academy_course_PYT26038/README.md b/examples/academy_course_PYT26038/README.md new file mode 100644 index 0000000..caba595 --- /dev/null +++ b/examples/academy_course_PYT26038/README.md @@ -0,0 +1 @@ +These files support open course [Analysis of Credit Migration using Python TransitionMatrix](https://www.openriskacademy.com/enrol/index.php?id=38). From 70cd813d150976363ba917960cfb4a747dbab941 Mon Sep 17 00:00:00 2001 From: Evgeny Pogrebnyak Date: Thu, 28 Jan 2021 19:02:48 +0300 Subject: [PATCH 2/3] step 1 with link --- examples/academy_course_PYT26038/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/academy_course_PYT26038/README.md b/examples/academy_course_PYT26038/README.md index caba595..dc30ee9 100644 --- a/examples/academy_course_PYT26038/README.md +++ b/examples/academy_course_PYT26038/README.md @@ -1 +1,8 @@ These files support open course [Analysis of Credit Migration using Python TransitionMatrix](https://www.openriskacademy.com/enrol/index.php?id=38). + + +- [Step 1: Working with a Transition Matrix object](step1.py) +- Step 2: Working with Multi-Period Transition Matrices +- Step 3: Estimating a Transition Matrix from Data in Cohort Format +- Step 4: Estimating a Transition Matrix using Data in Duration Format +- Step 5: Illustration using Credit Migration data from LendingClub From c69aecd07a3501123f88255259be020dfd2a8c06 Mon Sep 17 00:00:00 2001 From: Evgeny Pogrebnyak Date: Thu, 28 Jan 2021 19:03:59 +0300 Subject: [PATCH 3/3] step 2-5 documented for #2 --- examples/academy_course_PYT26038/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/examples/academy_course_PYT26038/README.md b/examples/academy_course_PYT26038/README.md index dc30ee9..68a639d 100644 --- a/examples/academy_course_PYT26038/README.md +++ b/examples/academy_course_PYT26038/README.md @@ -1,8 +1,7 @@ These files support open course [Analysis of Credit Migration using Python TransitionMatrix](https://www.openriskacademy.com/enrol/index.php?id=38). - - [Step 1: Working with a Transition Matrix object](step1.py) -- Step 2: Working with Multi-Period Transition Matrices -- Step 3: Estimating a Transition Matrix from Data in Cohort Format -- Step 4: Estimating a Transition Matrix using Data in Duration Format -- Step 5: Illustration using Credit Migration data from LendingClub +- [Step 2: Working with Multi-Period Transition Matrices](step2.py) +- [Step 3: Estimating a Transition Matrix from Data in Cohort Format](step3.py) +- [Step 4: Estimating a Transition Matrix using Data in Duration Format](step4.py) +- [Step 5: Illustration using Credit Migration data from LendingClub](step5.py)