0

I have a python code for mbti and another code for customer risk analysis regarding bank loan. I am looking for a way to feed the mbti result into my customer risk analysis code. How can i build a python code that runs a psychometric test and then feeds result into another python code that is a customer financial risk model?

mbti code can be found at https://github.com/CaptainBKola/funTimeWithPython/blob/main/projects/myersbriggs.py customer financial risk analysis model code can be found at https://github.com/vishnukanduri/Credit-Risk-Modeling-in-Python/blob/master/Credit%20Risk%20Modeling.ipynb

P.S - I have approached the originator of the afore mentioned python credit risk model(github), asking the question above. My github entry is below; https://github.com/vishnukanduri/Credit-Risk-Modeling-in-Python/issues/1#issue-1488813324

Thanks. Any help to signpost me in right direction is appreciated

I have run the python mbti code above and it ran well. The credit risk modelling python code did not run because I did not have a pre-existing csv file containing original bank customer's data and variables. I noticed the credit risk modelling python code took a long time to load on jupyter.

0 Answers0