Skip to content

ChrisSeok/MachineLearningPS_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning SS 2022 Team Project


In this project, we make use of the binary classifier we trained on the transactions dataset to detect fraudulent transactions.
In the leader_board_predict_fn function contains the code that loads our model parameters and returns the likelyhood of fraud for each transaction (i.e. row) in the values dataframe.
The higher the decision function value, the more likely that the transaction is fraud.
We used three different machine learning models and trained them with the given transactions data, and yielded the score,
to find the model that showed best performance.



*details are in report.pdf

About

Machine Learning Project 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published