Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created March 16, 2020 09:35
Show Gist options
  • Save aniruddha27/ebfcd387ea4016b1cb8dba15d848721a to your computer and use it in GitHub Desktop.
Save aniruddha27/ebfcd387ea4016b1cb8dba15d848721a to your computer and use it in GitHub Desktop.
target = np.log(train['SalePrice'])
print('Skewness = ',target.skew())
sns.distplot(target);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment