NJACKWinterOfCode / Credit-Card-Fraud-Detection

Uses Machine Learning and Deep Learning algorithms for detecting fraud in credit card transactions
0 stars 4 forks source link

Applying upsampling in Keras_classification.py #5

Closed sakshamj74 closed 4 years ago

sakshamj74 commented 4 years ago

It is an imbalanced dataset so upsampling or downsampling can be performed for better results

sakshamj74 commented 4 years ago

@Nish-19 can I work on this.

Nish-19 commented 4 years ago

Yes, @sakshamj74. Please go ahead.

sakshamj74 commented 4 years ago

@Nish-19 Please review #6

sakshamj74 commented 4 years ago

@Nish-19 I have uploaded it again. Plz review #7

confifu commented 4 years ago

@Nish-19 What are the algos that we have to implement in keras? Other data processing steps?

Nish-19 commented 4 years ago

@saturn660 one has to define a neural network that will do the classification task using keras api. You are free to use the pre-processing steps which you would want to.

sakshamj74 commented 4 years ago

@Nish-19 I would like to work on neural network.