openclimatefix / nowcasting_utils

Common functionality between SatFlow and predict_pv_yield
https://nowcasting-utils.readthedocs.io/en/stable/
MIT License
3 stars 0 forks source link

Vectorize: validation formating #64

Open peterdudfield opened 3 years ago

peterdudfield commented 3 years ago

Detailed Description

Change loop into vectorized operation https://github.com/openclimatefix/nowcasting_utils/pull/63#discussion_r758359280

Context

Good to vectorize things rather than do loops

Possible Implementation

unstack predictions and truths?