Skip to content

Instantly share code, notes, and snippets.

@rash938
Created October 17, 2020 07:43
relative humidity feature
train['relative_humidity']=(10.0**(7.5*train['dew_temperature']/(237.7+train['dew_temperature'])))/(10.0**(7.5*train['air_temperature']/(237.7+train['air_temperature'])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment