Skip to content

Instantly share code, notes, and snippets.

@BinarySpoon
Created November 3, 2020 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BinarySpoon/b6d57d8d3de7bf74c091172c70e824fe to your computer and use it in GitHub Desktop.
Save BinarySpoon/b6d57d8d3de7bf74c091172c70e824fe to your computer and use it in GitHub Desktop.
# removing target outliers -->
boston_data = boston_data[~(boston_data['Target'] >= 50.0)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment