Skip to content

An end to end prediction service for flagging credit card fraud.

License

Notifications You must be signed in to change notification settings

ayush-vatsal/Credit-Card-Fraud

Repository files navigation

Credit-Card-Fraud

A prediction service for flagging credit card fraud by checking for chain attacks and geographic attacks.

There are three different parquet files containing all details related to credit card transactions, we conceptualise them as coming from three different sources and join them with a natural key, "Transaction Id".

I have built three pipelines, Feature pipeline, training pipeline and a batch predictions pipeline. All but the training pipeline run on a cron schedule and save the predictions in an S3 instance provided by the Hopsworks feature store. The training pipeline is run on demand, it is versioned and saved in the same feature store for model serving.

P.S. I'm working on a visualisation tool for this project, will update once done

About

An end to end prediction service for flagging credit card fraud.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published