Stephan Rasp

Results 38 comments of Stephan Rasp
trafficstars

Well that's great. The workshop could be a perfect opportunity then to teach plebs like myself, who are scared of the cloud, how to scale up!

I will try to organize the CRM data. With regards to the overlap between train/valid, my intuition would be to ignore this for starters. But should this ever end up...

Great, thanks. I moved the to do list up to the top, so that it shows up in the project.

Some thoughts on the train/valid/test split now that we have 3 years of data (2018-2020). At first, I thought, we can just do 2018/19 for training and 2020 for validation....

I got the first working end-to-end version going. Training a categorical net, then sampling from it with a 2D correlated random field. So far, I have not actually trained it...

Early results from notebooks 01 and 02. 01 with bn, 02 without. Basically no difference, two epochs seem to be enough. ![image](https://user-images.githubusercontent.com/2786927/116877856-c63fd300-ac1e-11eb-8f18-dd2eb45506dc.png) ![image](https://user-images.githubusercontent.com/2786927/116877872-cb9d1d80-ac1e-11eb-93d0-5d049a82916a.png) Very zero heavy and a little noisy...

Adding orography and the LSM (3 + 4) on their own doesn't really change the skill yet at all. Maybe without additional information in terms of variables this isn't enough...

Also, try the better loss!!!

Adding temperature seems to help a little (05). ![image](https://user-images.githubusercontent.com/2786927/117113611-015f1500-ad8b-11eb-84c6-598faf8f14fd.png)

First hint: Not using the log transform makes the GAN not work. This suggests that data preprocessing is super important.