| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
In this tutorial, we provide a practical guide to current trends in smart meter data analytics. In particular, we focus on feature engineering and machine learning scenarios for energy data. During this tutorial:
In addition, some concepts offer the possibility of being applied to other time series data outside of the energy domain.
Note: We would also like to point out that some utilities allow their customers access to their own smart meter data either through customer portals or upon request. If you have an active smart meter at home, you can use this guide as a starting point for analyzing your own energy usage.
If you want to use this tutorial, please cite us in you work:
@inproceedings{brudermueller2023smart,
title={Smart Meter Data Analytics: Practical Use-Cases and Best Practices of Machine Learning Applications for Energy Data in the Residential Sector},
author={Brudermueller, Tobias and Kreft, Markus},
booktitle={ICLR 2023 Workshop on Tackling Climate Change with Machine Learning},
url={https://www.climatechange.ai/papers/iclr2023/3},
year={2023}
}
To cope with climate change, the energy system is undergoing a massive transformation. Due to the electrification of all sectors, the power grid is facing high additional demand. As a result, the digitization of the grid is increasingly gaining attention. The smart grid relies heavily on the increasing deployment of smart meters around the world. The corresponding smart meter data is typically a time series of power or energy measurements with a resolution between 1 s and 60 min. This data provides valuable insights and opportunities for monitoring and controlling activities on the power grid.
In this tutorial, we therefore provide an overview of best practices for analyzing smart meter data. We focus on machine learning applications and low resolution (15 min) energy data in a residential setting. We use only real-world data and cover use cases that are highly relevant to practical applications. Although this tutorial is specifically tailored for an energy audience, we believe that anyone in the data analytics and machine learning field can benefit from it, as many techniques are applicable to all time series data. Through our tutorial, we hope to foster new ideas, contribute to interdisciplinary exchange between different research fields, and educate people about energy use.
In the best case, you have already worked with Python and have some basic knowledge of machine learning. Nevertheless, this tutorial can be completed and understood by anyone with basic programming skills.
1. Introduction to smart meter data
2. Preparations for this tutorial
3. Best practices for visualizing smart meter data
4. Pre-processing smart meter data
5. Non-Intrusive Load Monitoring (NILM) / Load Disaggregation
6. Flexibility Estimation
7. Anomaly Detection
8. Customer segmentation
9. Load Forecasting
10. Conclusion
11. Additional Resources
12. References
| Back | FazBrowse Home | New Git URL |