Skip to content

DeustoTech/WHY-suite

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Repository of Task 2.1 of the European H2020 Project WHY

Welcome to the repository! Task 2.1 of the European H2020 Project WHY is devoted to the development of a dictionary of residential electricity consumption profiles based on the load profiles of tens of thousands of users. Here you can find the files that have been implemented for this purpose.

The scheme followed is as follows:

Data processing scheme

The scripts used to move from one stage to the next are described below:

  • From original dataset files to raw files: check the datasets folder.

For the rest of stages, check the suite folder. The main file there is suite_v01.R. It contains a sequence of chained functions to process each stage:

  • raw2imp(): from raw files to imputed (or processed) files.
  • imp2fea(): from imputed files to feature extraction.
  • fea2clu(): from features to cluster analysis and validation.
  • clu2hmp(): from clusters to heatmap visualizations.
  • hmp2rep(): from heatmaps to reports.

File x2y.R contains real usage examples.

Releases

No releases published

Packages

No packages published