├── Causality_Example.png ├── DATA.py ├── DEMO.py ├── LEURN.py ├── LICENSE ├── Presentation_Product.pdf ├── Presentation_Technical.pdf ├── README.md ├── TRAINER.py ├── UI.py ├── credit_scoring.csv └── requirements.txt /Causality_Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CaglarAytekin/LEURN/HEAD/Causality_Example.png -------------------------------------------------------------------------------- /DATA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CaglarAytekin/LEURN/HEAD/DATA.py -------------------------------------------------------------------------------- /DEMO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CaglarAytekin/LEURN/HEAD/DEMO.py -------------------------------------------------------------------------------- /LEURN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CaglarAytekin/LEURN/HEAD/LEURN.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CaglarAytekin/LEURN/HEAD/LICENSE -------------------------------------------------------------------------------- /Presentation_Product.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CaglarAytekin/LEURN/HEAD/Presentation_Product.pdf -------------------------------------------------------------------------------- /Presentation_Technical.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CaglarAytekin/LEURN/HEAD/Presentation_Technical.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CaglarAytekin/LEURN/HEAD/README.md -------------------------------------------------------------------------------- /TRAINER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CaglarAytekin/LEURN/HEAD/TRAINER.py -------------------------------------------------------------------------------- /UI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CaglarAytekin/LEURN/HEAD/UI.py -------------------------------------------------------------------------------- /credit_scoring.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CaglarAytekin/LEURN/HEAD/credit_scoring.csv -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CaglarAytekin/LEURN/HEAD/requirements.txt --------------------------------------------------------------------------------