Move build_pipeline.py into Pipeline directory
Browse files
Readme.MD
CHANGED
|
@@ -58,7 +58,8 @@ payguard-fraud-detection/
|
|
| 58 |
β
|
| 59 |
βββ app.py # FastAPI application
|
| 60 |
βββ preprocessing.py # Model training & threshold optimization
|
| 61 |
-
βββ
|
|
|
|
| 62 |
βββ requirements.txt # Python dependencies
|
| 63 |
β
|
| 64 |
βββ index.html # User-facing frontend
|
|
@@ -270,4 +271,4 @@ This project is licensed under the MIT License.
|
|
| 270 |
|
| 271 |
---
|
| 272 |
|
| 273 |
-
> β‘ Built as a portfolio project demonstrating end-to-end ML system design, REST API development, and payment gateway-inspired UI β not affiliated with Razorpay Pvt. Ltd.
|
|
|
|
| 58 |
β
|
| 59 |
βββ app.py # FastAPI application
|
| 60 |
βββ preprocessing.py # Model training & threshold optimization
|
| 61 |
+
βββPipeline/
|
| 62 |
+
βββ build_pipeline.py # Sklearn pipeline definition
|
| 63 |
βββ requirements.txt # Python dependencies
|
| 64 |
β
|
| 65 |
βββ index.html # User-facing frontend
|
|
|
|
| 271 |
|
| 272 |
---
|
| 273 |
|
| 274 |
+
> β‘ Built as a portfolio project demonstrating end-to-end ML system design, REST API development, and payment gateway-inspired UI β not affiliated with Razorpay Pvt. Ltd.
|