Open akhileshkumargangwar opened 6 years ago
I have used stacking in my model in which i have combined the outputs of all the classification algorithms i have used and then i have done majority voting between them. Each classification algorithm i have used is giving accuracy of about 99% ,so when i combined all the algorithms and i can be pretty much sure that prediction will be error free.Moreover i have tested on some fraud data points and it is working well. Thankyou
HI, In your notebook how can you say that feature selection has worked. Data set is highly imbalanced and if it will miss classify fraud data, even though you will get 99% accuracy becauce fraud data is 0.08% (around https://www.kaggle.com/mlg-ulb/creditcardfraud) . Apply these claasification algorithm without feature selection and check how much accuracy you will get.
But you feature selection concept and insights seems good.