OEDI SI/Scenarios/Data Imputation Scenario for SMART-DS systems

From Open Energy Information

Data Imputation Scenario for SMART-DS systems​ Summary


Docker Container

Download the docker container at:


Run Locally

http://localhost:8080/edit_scenario?Data Imputation Scenario for SMART-DS systems
    Run Locally


Input Data

Download input data at:


    Output Data

    Download output data at:

      References


        Back to Data Preprocessing


      1. Denoising Autoencoders (DAEs) are unsupervised Deep learning algorithms.
      2. Encoder encodes training into an encoding on a higher or lower dimensional hyperplane.
      3. Decoder decodes the encoding to reconstruct the original data.
      4. The application imputes on streaming data when missingness is detected.
      5. Input from sensor federate.
      6. At each time step, if the sensor data has no missing data then the data imputation federate output/publication is the same as sensor federate publication. If there is missing data point(s) then the data imputation federate will publish an estimate for the missing value.
      7. To run data imputation scenario with smartds small system: docker run --rm openenergydatainitiative/oedisi-singlecontainer-demo:0.1.0 data_imputation smartds_small
      8. To run data imputation scenario with smartds large system: docker run --rm openenergydatainitiative/oedisi-singlecontainer-demo:0.1.0 data_imputation smartds_large
      9. All relevant data is within the container file system.
      10. Output data is contained within the container file system. There are two ways to access it, a) using the -it flag while running "docker run" or b) by using single container cli (https://github.com/openEDI/oedi-si-single-container) to setup, run and gather results.