pebasantaf / artdistrigrid

Analysis and development of Artificial Neural Network (ANN) models with Keras and Tensorflow to simulate the dynamic behaviour of distribution grids.
0 stars 0 forks source link

Module data analytics module #1

Open pebasantaf opened 4 years ago

pebasantaf commented 4 years ago

This module will have a function in charge of storing useful data from the model (structure, training performance, simulation performance...) and store it in a excel or csv. Every new model will be store. Later, a analytics function would read that csv and compare the different models by means of useful graphs and tables

pebasantaf commented 4 years ago

Save in excel with 2 sheets: 1st one has the training data (and history) second one has performance in simulation (maybe even with the values of the simulation itself)