Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created September 16, 2021 22:12
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 BexTuychiev/19b97530916e560c235ac6e452b47916 to your computer and use it in GitHub Desktop.
Save BexTuychiev/19b97530916e560c235ac6e452b47916 to your computer and use it in GitHub Desktop.
def crazy_function(col1, col2, col3):
return np.sqrt(col1 ** 3 + col2 ** 2 + col3 * 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment