Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Use PV metadata (tilt angle etc.) #42

Open
JackKelly opened this issue Jul 3, 2021 · 2 comments
Open

Use PV metadata (tilt angle etc.) #42

JackKelly opened this issue Jul 3, 2021 · 2 comments
Labels
data Data processing, loading, or analysis
Projects

Comments

@JackKelly
Copy link
Member

JackKelly commented Jul 3, 2021

Two approaches:

  1. One network which gets PV metadata when it's available. When it's not available, somehow mask those inputs. Set to -1? Or have a separate 'mask' input?

  2. Two networks: One which predicts distribution of PV yield, without knowing any PV metadata. A second network which takes that PV distribution, and refines it when metadata is available

@JackKelly JackKelly created this issue from a note in ML research (To do) Jul 3, 2021
@danstowell
Copy link

optimistically speaking, approach 1 "should" be handled by dropout on the input layer. As long as the missing values are set to the same as the training-time dropout uses (presumably zeroes). But that's pure optimism

@JackKelly
Copy link
Member Author

JackKelly commented Jul 3, 2021

hehe, I like optimism (and that's a much simpler approach to implement!) I'll try that first. Thanks for the comment! I hope all's well :)

UPDATE: I've started a separate issue to remind me to try dropping out PV metadata: #48

@JackKelly JackKelly added the data Data processing, loading, or analysis label Sep 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
data Data processing, loading, or analysis
Projects
Development

No branches or pull requests

2 participants