https://github.com/zsxoff/bayesian-network-credit
An example of a Bayesian network for credit-worthiness
https://github.com/zsxoff/bayesian-network-credit
bayesian bayesian-network credit-worthiness jupyter
Last synced: 8 months ago
JSON representation
An example of a Bayesian network for credit-worthiness
- Host: GitHub
- URL: https://github.com/zsxoff/bayesian-network-credit
- Owner: zsxoff
- License: unlicense
- Created: 2021-05-23T16:11:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T17:56:26.000Z (about 5 years ago)
- Last Synced: 2025-08-30T02:33:53.166Z (9 months ago)
- Topics: bayesian, bayesian-network, credit-worthiness, jupyter
- Language: Jupyter Notebook
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bayesian network for credit-worthiness
> An example of a Bayesian network for credit-worthiness.
---
This is an example of creating a Bayesian network for credit-worthiness. Example taken
from the [Probabilistic Graphical Models Specialization](https://www.coursera.org/specializations/probabilistic-graphical-models)
presented by [Daphne Koller](https://ai.stanford.edu/~koller/).
This examples uses [SamIam](http://reasoning.cs.ucla.edu/samiam/) software and [Jupyter](https://jupyter.org/).
![SamIam visualization]()
## View examples
[](https://mybinder.org/v2/gh/zsxoff/bayesian-network-credit/master)
Open [credit.net](https://raw.githubusercontent.com/zsxoff/bayesian-network-credit/master/credit.net) in [SamIam](http://reasoning.cs.ucla.edu/samiam/).
View [credit.ipynb](https://github.com/zsxoff/bayesian-network-credit/blob/master/credit.ipynb) in [Jupyter](https://jupyter.org/).
See all packages and dependencies in [Pipfile]().
## License
[](https://unlicense.org/)
This project is licensed under the terms of the [Unlicense](https://unlicense.org/) (see
[LICENSE]()
file).