lhovon / GNNs-for-drought

GNNs to predict droughts in Kenya. COMP 599 Project with Gabriel Tseng and Sierra Schena.
0 stars 0 forks source link

Add noise to data #18

Closed sierrasgit closed 2 years ago

sierrasgit commented 2 years ago

Adds input_noise_scale and target_noise_scale as props to the Data constructor. They represent the variances of the normally-distributed noise added to the static data and the targets respectively. They default to 0, i.e. no noise.