DigiFi's Core ML Module for its Loan Origination System
The ML module is part of DigiFi's open-source loan origination system ("LOS) and is required to train, evaluate and deploy predictive machine learning models.
Please visit our Documentation for comprehensive information on installing and using the platform.
- Run
npm i @digifi-los/ml
in your application
- Clone or download the zip file from this repository
- Run
npm i
in the root level
- Run
npm test
to run tests
Run npm uninstall @digifi-los/ml
in your application