loneharoon / GSP_energy_disaggregator

This contains the energy disaggregation code based on Graph Signal Processing approach
https://ieeexplore.ieee.org/document/7457610/
26 stars 19 forks source link

LinAlg error on refined_clustering_block function #5

Open brunomb91 opened 5 years ago

brunomb91 commented 5 years ago

Hi

When I execute the gsp_disagreggator.py file, I've got the following error on the 64 line:

LinAlgError: SVD did not converge

What can it be?

loneharoon commented 5 years ago

Hi, Try to change the number of clusters in the code.

brunomb91 commented 5 years ago

I've set the sigma variable from 20 to 10, and it solved it. Thank you.