https://github.com/databytesun/loan-prediction
https://github.com/databytesun/loan-prediction
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/databytesun/loan-prediction
- Owner: DataByteSun
- License: apache-2.0
- Created: 2023-08-19T13:06:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T12:33:43.000Z (over 2 years ago)
- Last Synced: 2025-01-17T19:58:43.422Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Loan-Prediction
### Software and Tools Requirements
1. [Github Account](https://github.com)
2. [VS Code IDE](https://code.visualstudio.com/)
3. [GITCLI](https://git-scm.com/book/en/v2/Getting-Started-The-Command-Line)
Create a new Environment
```
conda create -n Loan_pred python==3.11.2 -y
```