KaggleSantanderCustomerTransactionPrediction - https://www.kaggle.com/c/santander-customer-transaction-prediction.
This Kernel got 0.74 in the Kaggle
I used the following in this note book-
- StandardScaler
- PCA to reduce dimension
- Light GBM to get feature importances
- Consider the features/params that had importance > 1.
- two LSTM networks, Adam Optimizer, BCEWithLogitsLoss .