z_score = (train_1[\'MonthlyRevenue\'] - train_1[\'MonthlyRevenue\'].mean()) / train_1[\'MonthlyRevenue\'].std() (z_score>