Moncey10 commited on
Commit
4167ba6
Β·
unverified Β·
1 Parent(s): 94c31e0

Move build_pipeline.py into Pipeline directory

Browse files
Files changed (1) hide show
  1. Readme.MD +3 -2
Readme.MD CHANGED
@@ -58,7 +58,8 @@ payguard-fraud-detection/
58
  β”‚
59
  β”œβ”€β”€ app.py # FastAPI application
60
  β”œβ”€β”€ preprocessing.py # Model training & threshold optimization
61
- β”œβ”€β”€ build_pipeline.py # Sklearn pipeline definition
 
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.