Detect fraudulent transaction based on a logistic regression model
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Linux system: Ubuntu 16.04 (Xenial) or later
python 2.7.12
pip
Ipython ( Jupyter-notebook )
Clone source code from git repo
$ git clone https://github.com/fernandorovai/FraudDetector-Modeling
Install python dependencies via pip
$ pip install -r requirements.txt
Start jupyter notebook
$ cd FraudDetector-Modeling
$ jupyter-notebook Modeling.ipynb
- Pip - Dependency Management
- Pandas - Data structures and data analysis tools
- Sklearn - Simple and efficient tools for data mining and data analysis
- Numpy - Package for scientific computing
- Fernando Rodrigues Jr - Initial work - Fernando