Fraud detection Feature Engineering Pipeline
Project description
# fraud-package
` A simple feature engineering pipeline `
Built by [Srikanth Maganti]
—
Project Specific: https://github.com/srikanthmaganti/Fraud-Detection-Machine-Learning/blob/master/Fraud_Detection_FeatureEngineering_pipeline.ipynb
# Dataset used: ` Take a look at GitHub link `
# Features Before:
user_id
signup_time
purchase_time
purchase_value
device_id
source
browser
sex
age
ip_address
class
country
# After Feature Engineering:
ratio_fraud_device_id
num_trans_device_id
ratio_fraud_country
num_trans_country
ratio_fraud_sex
num_trans_sex
ratio_fraud_age
num_trans_age
ratio_fraud_browser
num_trans_browser
ratio_fraud_source
num_trans_source
# Installation
You can install this package using
`bash pip install fraud-package `
# Main intention of this Package
Want to implement a feature engineering pipeline because in industry we see few features need to be derived from the existing format of data for better model building. So, to get hands-on working on similar projects. I built this package
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fraud_package-0.5.tar.gz.
File metadata
- Download URL: fraud_package-0.5.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31217f87dcf4565d5a182ad6dab817b5b6d55da2e17dcb14cf267291c1fe143e
|
|
| MD5 |
9a901f56884ddebcd37827e5bdba71dd
|
|
| BLAKE2b-256 |
11cb01c1fdfe14f67313755282f81f31f3bd335ad6cea7f3a53ca0e331cadcb0
|