Loanapp ├── config/ │ ├── init.py │ └── config.py ├── datasets/ │ ├── loanTrain.csv │ └── test_loan.csv ├── processing/ │ ├── init.py │ ├── data_handling.py │ └── preprocessing.py ├── trained_models/ │ └── classification.pkl ├── VERSION ├── init.py ├── pipeline.py ├── predict.py ├── training_pipeline.py ├── MANIFEST.in ├── README.md ├── requirements.txt └── setup.py
Release files for Loanapp 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Loanapp-1.0.0.tar.gz | 20.0 kB | Details |
Release files / Loanapp-1.0.0.tar.gz
| Download URL | Loanapp-1.0.0.tar.gz |
|---|---|
| Size | 20.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2e37b1418024b301282231831f15c384a6b56ee7e350dd5622cb33b78f1dd32e
|
|
BLAKE2b-256 checksum How to use checksums |
5b3c7278a3955d658ffa401744eef429a011194f9c28a16a6468c1f5acf4887a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.10.0
|