This document presents a predictive stacking model for network intrusion detection using two machine learning datasets - UNSW NB-15 and UGR'16. The stacking approach uses logistic regression, K nearest neighbor, decision tree, and random forest classifiers at level 0, with random forest as the meta classifier. Feature selection is performed on UNSW NB-15 to identify the most important 16 features out of 47 using permutation feature importance. Hyperparameters of the classifiers are tuned to improve performance. The stacking model is implemented using the Graphlab Create machine learning platform and evaluated on the two datasets, showing reasonably good results with fewer misclassifications of attack types.