benjaminmielke / pod-challenge

0 stars 1 forks source link

Model tensorflow #16

Closed benjaminmielke closed 3 years ago

benjaminmielke commented 3 years ago

Added a method that builds an ANN with tensorflow and uses Pinball Loss function to created quantile regression predictions on the demand and PV.

Adjusted the evaluate_model() method to be re-usable