Bayesian Optimization and Hierarchical Forecasting of Non-Weather-Related Electric Power Outages
Abstract
:1. Introduction
2. Methods
2.1. Data Collection
2.1.1. Outage Data
2.1.2. Weather Data
2.2. Non-Weather Outage Count Index (NWOCI)
- (1)
- Categorical classification of the outage event—adverse weather conditions (which captures all other extreme weather events including Wind, Precipitation, Snow, Lightning, and Thunderstorm)
- (2)
- Wind threat threshold: If the wind speed exceeds 40 mph—a threshold above which it poses a high or extreme threat, according the National Oceanic and Atmospheric Administration (NOAA) as seen in Table 2 [46], the outage is categorized as an EWO. We use this wind threat to further validate our classification of EWO while capturing potential mis-classified outages.
2.3. Prophet Model
2.4. Bayesian Optimization Using True Parzen Estimator (TPE)
- Search domain: First, the domain over which the hyperparameter search will be conducted is defined. For the first iteration, a random combination of hyperparameters within the ranges set forth in Table A1, is used. In each subsequent iteration, the combination of hyperparameters is adjusted using the probability distribution based on the performance of other combinations used in previous iterations.
- Objective function: The objective function takes in a combination of hyperparameters and output the 5-fold expanding window cross-validated root mean squared error (RMSE) to be minimized over the Prophet model one-year ahead forecast. Unlike a rolling window that moves the upper and lower bound with each time step, the expanding window fixes the lower bound; thus, the amount of data considered incrementally increases (expands) with each time step. The cross validation was performed using the built-in cross validation diagnostic in Prophet [41]. A model is then built to evaluate the objective function. This model is called the surrogate model.
- History: In Prophet-TPE each iteration forms the history. This set of historical information on the performance of a set of hyperparameters on the actual objective (minimizing the Prophet model’s error) is used to construct the probability distributions.
- Probability distribution: This is a mapping of the probability of error, y, for a combination of hyperparameters, x.
- Evaluation criteria: This is the method for obtaining the next best set of hyperparameters. The evaluation criteria is called the Expected Improvement (EI) which is given as [48]:
- Update history: The set of distributions developed from historical information forms the basis of a series of iterative improvement for the surrogate model until the maximum number of iterations () is reached.
2.5. Hierarchical Forecasting Model with Bottom-Up Approach
2.6. Performance Evaluation
3. Results and Finding
4. Discussion
5. Conclusions
- Efforts to curb equipment failure (the leading cause of non-weather outage) by identifying weaknesses in the distribution grid and high-risk targets for predictive maintenance [52].
- Prediction models that can forecast trends in vegetation growth and thus enable strategic tree trimming measures to be put in place.
- Exploring the feasibility of underground power line solutions. Undergrounding electrical wires could be a solution especially for NWO which originate from animal interference. However, more research is needed on the cost-benefit tradeoff of this strategy.
- Monitoring systems (which may be put in place by utilities) to track the rate of growth of NWOs. Such systems may reveal underlying causes of the problem and aid the development of manageable short and long term mitigation plans.
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
Appendix A
Appendix A.1. Outage Data Prepossessing
- Missing Data: Missing data in the city or towns feature were filled by locating the street information (where available) on Google Maps [61]. Out of 138,153 observations, three had city/towns found in another state and two had no recorded data for city, town, or street. These observations were removed.
- Zero values: Data points with zero customers affected or duration of outages were removed from our analysis. For example, utilities may report on failed equipment even if that failure didn’t result in customers losing power (e.g., power flickers). Since there is no realized outage for these observations, they are removed from the analysis.
- Typographical errors, extra spaces, and inconsistent names: A thorough feature inspection was carried out to ensure that the feature elements were consistent throughout. For example, typographical errors in street names and cities or towns were addressed using Google Maps [61].
Appendix A.2. Computational Details
Appendix A.2.1. Software
- Kats: Kats v 0.1.0 [40] was used for the time series preprocessing to ensure a consistent time series data before developing the Bayesian and hierarchical forecasting models.
- Prophet: Prophet v 1.0.1 [41] was used to implement the overarching Prophet forecasting model which served as a backbone for all the proposed Bayesian and hierarchical time series in this study.
- Scikit hts: Scikit hts v 0.3.0 [51] was used to implement the hierarchical forecasting models.
- Hyperopt: Hyperopt v 0.2.7 [62] was used to implement the Bayesian optimization models.
Appendix A.2.2. Computational Time and Efficiency
Appendix A.3. Tables
Model | Search Domain |
---|---|
Prophet | ‘changepoint_prior_scale’: [0.0001, 0.0005, 0.001, 0.005], ‘changepoint_range’: [0.8, 0.85, 0.9, 0.95], ‘seasonality_mode’: [’additive’, ’multiplicative’], ‘seasonality_prior_scale’: [0.01, 0.1, 1.0, 10.0], ‘yearly_seasonality’: [True, False] |
SARIMA | ‘d’: [1, 2], ‘p’: [1, 2, 3, 4, 5], ‘q’: [1, 2, 3, 4, 5], ‘seasonal_order’: [(1, 0, 1, 7), (1, 0, 2, 7), (2, 0, 1, 7), (2, 0, 2, 7), (1, 1, 1, 7), (0, 1, 1, 7)], ‘trend’: [“n”, “c”, “t”, “ct”] |
Model | Hyperparameters |
---|---|
Prophet-TPE | ‘changepoint_prior_scale’: 0.0001, |
‘changepoint_range’: 0.9, | |
‘seasonality_mode’: ‘additive’, | |
‘seasonality_prior_scale’: 10.0, | |
‘yearly_seasonality’: True | |
Prophet-Anneal | ‘changepoint_prior_scale’: 0.005, |
‘changepoint_range’: 0.85, | |
‘seasonality_mode’: ‘multiplicative’, | |
‘seasonality_prior_scale’: 0.1, | |
‘yearly_seasonality’: True | |
SARIMA-TPE | ‘d’: 1, ‘p’: 1, ‘q’: 3, |
‘seasonal_order’: (2, 0, 2, 7), ‘trend’: ‘t’ | |
SARIMA-Anneal | ‘d’: 1, ‘p’: 1, ‘q’: 5, |
‘seasonal_order’: (1, 0, 1, 7), ‘trend’: ‘t’ |
RMSE | |
---|---|
Barnstable | 3.63 |
Berkshire | 2.44 |
Bristol | 14.10 |
Dukes | 2.44 |
Berkshire | 0.41 |
Essex | 3.18 |
Franklin | 1.98 |
Hampden | 3.97 |
Hampshire | 1.57 |
Middlesex | 59.65 |
Nantucket | 0.22 |
Norfolk | 3.86 |
Plymouth | 4.04 |
Suffolk | 5.56 |
Worcester | 4.65 |
Appendix A.4. Figures
References
- Conti, J.P. The day the samba stopped [power blackouts]. Eng. Technol. 2010, 5, 46–47. [Google Scholar] [CrossRef]
- Koc, Y.; Verma, T.; Araujo, N.A.; Warnier, M. MATCASC: A tool to analyse cascading line outages in power grids. In Proceedings of the 2013 IEEE International Workshop on Intelligent Energy Systems, IWIES 2013, Vienna, Austria, 14 November 2013; pp. 143–148. [Google Scholar] [CrossRef] [Green Version]
- Burpee, D.; Dabaghi, H.; Jackson, L.; Kwamena, F.; Richter, J.; Rusnov, T.; Friedman, K.; Mansueti, L.; Meyer, D. U.S.-Canada Power System Outage Task Force: Final Report on the Implementation of Task Force Recommendations. 2006. Available online: https://www.energy.gov/oe/downloads/us-canada-power-system-outage-task-force-final-report-implementation-task-force (accessed on 21 December 2021).
- Che-Castaldo, J.; Cousin, R.; Daryanto, S.; Deng, G.; Feng, M.E.; Gupta, R.K.; Hong, D.; McGranaghan, R.M.; Owolabi, O.O.; Qu, T.; et al. Critical Risk Indicators (CRIs) for the electric power grid: A survey and discussion of interconnected effects. Environ. Syst. Decis. 2021, 41, 594–615. [Google Scholar] [CrossRef] [PubMed]
- Eeeten, M.V.; Nieuwenhuijs, A.; Luiijf, E.; Klaver, M.; Cruz, E. The state and the threat of cascading failure across critical infrastructures: The implications of empirical evidence from media incident reports. Public Adm. 2011, 89, 381–400. [Google Scholar] [CrossRef]
- Schneider, C.M.; Yazdani, N.; Araújo, N.A.M.; Havlin, S.; Herrmann, H.J. Towards designing robust coupled networks. Sci. Rep. 2013, 3, 1969. [Google Scholar] [CrossRef]
- Buldyrev, S.V.; Parshani, R.; Paul, G.; Stanley, H.E.; Havlin, S. Catastrophic cascade of failures in interdependent networks. Nature 2010, 464, 1025–1028. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Kosa, K.M.; Cates, S.C.; Karns, S.; Godwin, S.L.; Coppings, R.J. Are Older Adults Prepared to Ensure Food Safety During Extended Power Outages and Other Emergencies? Findings from a National Survey. Educ. Gerontol. 2012, 38, 763–775. [Google Scholar] [CrossRef]
- Kosa, K.M.; Cates, S.C.; Godwin, S.L.; Coppings, R.J.; Speller-Henderson, L. Most Americans are Not Prepared to Ensure Food Safety during Power Outages and Other Emergencies. Food Prot. Trends 2011, 31, 428–436. [Google Scholar]
- Jan, S.; Lurie, N. Disaster Resilience and People with Functional Needs. New Engl. J. Med. 2012, 367, 2272–2273. [Google Scholar] [CrossRef] [Green Version]
- Wear, J.O. Is Your Hospital Ready for a Natural or Man-Made Disaster. IFMBE Proc. 2011, 37, 699–702. [Google Scholar]
- Alshawish, A.; Meer, H.U. Risk-based decision-support for vulnerability remediation in electric power networks. In Proceedings of the 10th ACM International Conference on Future Energy Systems, e-Energy 2019, Phoenix, AZ, USA, 25–28 June 2019; pp. 378–380. [Google Scholar] [CrossRef]
- Alshawish, A.; de Meer, H. Risk mitigation in electric power systems: Where to start? Energy Inform. 2019, 2, 34. [Google Scholar] [CrossRef]
- Alpay, B.A.; Wanik, D.; Watson, P.; Cerrai, D.; Liang, G.; Anagnostou, E. Dynamic Modeling of Power Outages Caused by Thunderstorms. Forecasting 2020, 2, 151–162. [Google Scholar] [CrossRef]
- Wanik, D.W.; Anagnostou, E.N.; Astitha, M.; Hartman, B.M.; Lackmann, G.M.; Yang, J.; Cerrai, D.; He, J.; Frediani, M.E.B. A Case Study on Power Outage Impacts from Future Hurricane Sandy Scenarios. J. Appl. Meteorol. Climatol. 2018, 57, 51–79. [Google Scholar] [CrossRef]
- Wang, Y.; Chen, C.; Wang, J.; Baldick, R. Research on Resilience of Power Systems Under Natural Disasters—A Review. IEEE Trans. Power Syst. 2016, 31, 1604–1613. [Google Scholar] [CrossRef]
- Hines, P.; Apt, J.; Talukdar, S. Trends in the history of large blackouts in the United States. In Proceedings of the 2008 IEEE Power and Energy Society General Meeting—Conversion and Delivery of Electrical Energy in the 21st Century, Pittsburgh, PA, USA, 20–24 July 2008; pp. 1–8. [Google Scholar] [CrossRef]
- Doostan, M.; Chowdhury, B. Statistical Analysis of Animal-Related Outages in Power Distribution Systems—A Case Study. In Proceedings of the 2019 IEEE Power & Energy Society General Meeting (PESGM), Atlanta, GA, USA, 4–8 August 2019; pp. 1–5. [Google Scholar] [CrossRef]
- Sahai, S.; Pahwa, A. A probabilistic approach for animal-caused outages in overhead distribution systems. In Proceedings of the 2006 International Conference on Probabilistic Methods Applied to Power Systems, Stockholm, Sweden, 11–15 June 2006. [Google Scholar] [CrossRef]
- Gui, M.; Pahwa, A.; Das, S. Analysis of animal-related outages in overhead distribution systems with wavelet decomposition and immune systems-based neural networks. IEEE Trans. Power Syst. 2009, 24, 1765–1771. [Google Scholar] [CrossRef]
- Department of Public Utilities: Energy and Environmental Affairs. Fileroom. 2013. Available online: https://eeaonline.eea.state.ma.us/DPU/Fileroom/dockets/bynumber (accessed on 4 May 2020).
- Cerrai, D.; Wanik, D.W.; Bhuiyan, A.E.; Zhang, X.; Yang, J.; Frediani, M.E.B.; Anagnostou, E.N. Predicting Storm Outages Through New Representations of Weather and Vegetation. IEEE Access 2019, 7, 29639–29654. [Google Scholar] [CrossRef]
- Zhai, C.; Chen, T.Y.-J.; White, A.G.; Guikema, S.D. Power outage prediction for natural hazards using synthetic power distribution systems. Reliab. Eng. Syst. Saf. 2021, 208, 107348. [Google Scholar] [CrossRef]
- Tervo, R.; Láng, I.; Jung, A.; Mäkelä, A. Predicting power outages caused by extratropical storms. Nat. Hazards Earth Syst. Sci. 2021, 21, 607–627. [Google Scholar] [CrossRef]
- Guikema, S.D. Natural disaster risk analysis for critical infrastructure systems: An approach based on statistical learning theory. Reliab. Eng. Syst. Saf. 2009, 94, 855–860. [Google Scholar] [CrossRef]
- Guikema, S.D.; Quiring, S.M.; Han, S.R. Prestorm Estimation of Hurricane Damage to Electric Power Distribution Systems. Risk Anal. 2010, 30, 1744–1752. [Google Scholar] [CrossRef]
- Guikema, S.D.; Nateghi, R.; Quiring, S.M.; Staid, A.; Reilly, A.C.; Gao, M. Predicting Hurricane Power Outages to Support Storm Response Planning. IEEE Access 2014, 2, 1364–1373. [Google Scholar] [CrossRef]
- Wang, G.; Xu, T.; Tang, T.; Yuan, T.; Wang, H. A Bayesian network model for prediction of weather-related failures in railway turnout systems. Expert Syst. Appl. 2017, 69, 247–256. [Google Scholar] [CrossRef]
- Nateghi, R.; Guikema, S.D.; Quiring, S.M. Comparison and Validation of Statistical Methods for Predicting Power Outage Durations in the Event of Hurricanes. Risk Anal. 2011, 31, 1897–1906. [Google Scholar] [CrossRef] [PubMed]
- Nateghi, R.; Guikema, S.; Quiring, S.M. Power Outage Estimation for Tropical Cyclones: Improved Accuracy with Simpler Models. Risk Anal. 2014, 34, 1069–1078. [Google Scholar] [CrossRef] [PubMed]
- Han, S.R.; Guikema, S.D.; Quiring, S.M. Improving the Predictive Accuracy of Hurricane Power Outage Forecasts Using Generalized Additive Models. Risk Anal. 2009, 29, 1443–1453. [Google Scholar] [CrossRef]
- Yang, F.; Wanik, D.W.; Cerrai, D.; Bhuiyan, M.A.E.; Anagnostou, E.N. Quantifying Uncertainty in Machine Learning-Based Power Outage Prediction Model Training: A Tool for Sustainable Storm Restoration. Sustainability 2020, 12, 1525. [Google Scholar] [CrossRef] [Green Version]
- Yue, M.; Toto, T.; Jensen, M.P.; Giangrande, S.E.; Lofaro, R. A Bayesian Approach-Based Outage Prediction in Electric Utility Systems Using Radar Measurement Data. IEEE Trans. Smart Grid 2018, 9, 6149–6159. [Google Scholar] [CrossRef]
- He, J.; Wanik, D.W.; Hartman, B.M.; Anagnostou, E.N.; Astitha, M.; Frediani, M.E.B. Nonparametric Tree-Based Predictive Modeling of Storm Outages on an Electric Distribution Network. Risk Anal. 2017, 37, 441–458. [Google Scholar] [CrossRef]
- Zhu, D.; Cheng, D.; Broadwater, R.P.; Scirbona, C. Storm modeling for prediction of power distribution system outages. Electr. Power Syst. Res. 2007, 77, 973–979. [Google Scholar] [CrossRef]
- Lubkeman, D.; Julian, D. Large scale storm outage management. In Proceedings of the IEEE Power Engineering Society General Meeting, Denver, CO, USA, 6–10 June 2004; Volume 2, pp. 16–22. [Google Scholar] [CrossRef]
- Eskandarpour, R.; Khodaei, A.; Arab, A. Improving power grid resilience through predictive outage estimation. In Proceedings of the 2017 North American Power Symposium (NAPS), Morgantown, WV, USA, 17–19 September 2017. [Google Scholar]
- Feng, M.L.E.; Owolabi, O.O.; Schafer, T.L.J.; Sengupta, S.; Wang, L.; Matteson, D.S.; Che-Castaldo, J.P.; Sunter, D.A. Analysis of animal-related electric outages using species distribution models and community science data. arXiv 2021, arXiv:2112.12791. [Google Scholar]
- Doostan, M.; Sohrabi, R.; Chowdhury, B. A data-driven approach for predicting vegetation-related outages in power distribution systems. Int. Trans. Electr. Energy Syst. 2020, 30, e12154. [Google Scholar] [CrossRef] [Green Version]
- Facebook. Kats|One Stop Shop for Time Series. 2021. Available online: https://facebookresearch.github.io/Kats/ (accessed on 14 September 2021).
- Facebook. Prophet|Forecasting at Scale. 2021. Available online: https://facebook.github.io/prophet/ (accessed on 14 September 2021).
- Shahriari, B.; Swersky, K.; Wang, Z.; Adams, R.P.; Freitas, N.D. Taking the Human Out of the Loop: A Review of Bayesian Optimization. Proc. IEEE 2016, 104, 148–175. [Google Scholar] [CrossRef] [Green Version]
- Hyndman, R.; Athanasopoulos, G. Forecasting: Principles and Practice; OTexts: Heathmont, Australia, 2014. [Google Scholar]
- National Oceanic and Atmospheric Administration. Climate Data Online. 2021. Available online: https://www.ncdc.noaa.gov/cdo-web/datasets#LCD (accessed on 21 December 2021).
- Britannica. Meteorology: Gust. 2021. Available online: https://www.britannica.com/science/gust (accessed on 21 December 2021).
- National Weather Service US Department of Commerce, NOAA. Wind Threat Defined. Available online: https://www.weather.gov/mlb/wind_threat (accessed on 21 December 2021).
- Taylor, S.J.; Letham, B. Forecasting at Scale. PeerJ Prepr. 2017, 5, e3190v2. [Google Scholar] [CrossRef]
- Bergstra, J.; Bardenet, R.; Bengio, Y.; Kégl, B. Algorithms for Hyper-Parameter Optimization. In Proceedings of the 25th Annual Conference on Neural Information Processing Systems, Granada, Spain, 12–15 December 2011. [Google Scholar]
- Dewancker, I.; Mccourt, M.; Clark, S. Bayesian Optimization Primer. 2017. Available online: https://static.sigopt.com/b/20a144d208ef255d3b981ce419667ec25d8412e2/static/pdf/SigOpt_Bayesian_Optimization_Primer.pdf (accessed on 21 December 2021).
- Hyndman, R.J.; Ahmed, R.A.; Athanasopoulos, G.; Shang, H.L. Optimal combination forecasts for hierarchical time series. Comput. Stat. Data Anal. 2011, 55, 2579–2589. [Google Scholar] [CrossRef] [Green Version]
- Scikit Hts. Scikit-Hts—Hts 0.5.12 Documentation. 2021. Available online: https://scikit-hts.readthedocs.io/en/latest/readme.html#credits (accessed on 21 December 2021).
- T&D World. Failure: When and Where? 2015. Available online: https://www.tdworld.com/grid-innovations/smart-grid/article/20965853/failure-when-and-where (accessed on 21 December 2021).
- ASCE. Infrastructure Report Card. 2021. Available online: https://infrastructurereportcard.org/cat-item/energy/ (accessed on 21 December 2021).
- Campbell, R.J. CRS Report for Congress Weather-Related Power Outages and Electric System Resiliency. 2012. Available online: https://sgp.fas.org/crs/misc/R42696.pdf (accessed on 21 December 2021).
- Hartling, S.; Sagan, V.; Maimaitijiang, M.; Dannevik, W.; Pasken, R. Estimating tree-related power outages for regional utility network using airborne LiDAR data and spatial statistics. Int. J. Appl. Earth Obs. Geoinf. 2021, 100, 102330. [Google Scholar] [CrossRef]
- Duquesne Light Company. Causes of Power Outages. 2021. Available online: https://www.duquesnelight.com/outages-safety/restoring-power/causes-of-power-outages (accessed on 14 November 2021).
- Hamilton, J.C.; Johnson, R.J.; Case, R.M.; Riley, M.W.; Chris, J. Assessment of Squirrel-Caused Power Outages. ASTM Spec. Tech. Publ. 1989, 1055, 34–40. [Google Scholar]
- Chow, M.Y. Analysis and Prevention of Animal-Caused Faults in Power Distribution Systems. IEEE Trans. Power Deliv. 1995, 10, 995–1001. [Google Scholar] [CrossRef]
- Burgio, K.; Rubega, M.; Sustaita, D. Nest-building behavior of Monk Parakeets and insights into potential mechanisms for reducing damage to utility poles. PeerJ 2014, 2, e601. [Google Scholar] [CrossRef] [Green Version]
- Burnham, J.; Carlton, R.; Cherney, E.; Couret, G.; Eldridge, K.; Farzaneh, M.; Frazier, S.; Gorur, R.; Harness, R.; Shaffner, D.; et al. Preventive Measures to Reduce Bird-Related Power Outages—Part I: Electrocution and Collision. IEEE Trans. Power Deliv. 2004, 19, 1843–1847. [Google Scholar] [CrossRef]
- Google. Google Maps. 2020. Available online: https://www.google.com/maps/@42.4085098,-71.109201,15z (accessed on 4 May 2020).
- Bergstra, J.; Yamins, D.; Cox, D.D. Making a Science of Model Search: Hyperparameter Optimization in Hundreds of Dimensions for Vision Architectures. PMLR 2013, 28, 115–123. [Google Scholar]
- Turner, R.; Eriksson, D.; McCourt, M.; Kiili, J.; Laaksonen, E.; Xu, Z.; Guyon, I. Bayesian Optimization is Superior to Random Search for Machine Learning Hyperparameter Tuning: Analysis of the Black-Box Optimization Challenge 2020. arXiv 2021, arXiv:2104.10201. [Google Scholar]
EWO | NWO | |
---|---|---|
Average Number of Customers Affected | 144 | 127 |
Median Number of Customers Affected | 14 | 13 |
Average Outage Duration (Hours) | 13.60 | 6.85 |
Median Outage Duration (Hours) | 3.57 | 1.78 |
Total Number of Outages | 61,173 | 75,671 |
Total Duration of Outages (Days) | 834,513 | 518,644 |
Total Number of Customers Affected | 8,810,039 | 9,680,001 |
Threat Level | Description | Wind Speed (mph) |
---|---|---|
Extreme | Damaging high wind: An Extreme Threat to Life and Property from High Wind. | >58 |
High | High wind: A High Threat to Life and Property from High Wind. | 40–57 |
Moderate | Very windy: A Moderate Threat to Life and Property from High Wind. | 26–39 |
Low | Breezy to windy: A Very Low Threat to Life and Property from High Wind. | 21–25 |
Very low | Breezy: No Discernable Threat to Life and Property from High Wind. | - |
RMSE | |
---|---|
Prophet-TPE (Proposed Model) | 18.21 |
Prophet-Anneal | 18.59 |
SARIMA-TPE | 25.64 |
SARIMA-Anneal | 22.25 |
RMSE | |
---|---|
Prophet-BU (Proposed Model) | 2.40 |
Prophet-PHA | 2.55 |
Prophet-AHP | 2.57 |
Prophet-WLSS | 2.43 |
Prophet-OLS | 2.47 |
Prophet-WLSV | 2.59 |
Prophet-FP | 3.81 |
SARIMA-PHA | 3.80 |
SARIMA-AHP | 3.80 |
SARIMA-WLSS | 3.80 |
SARIMA-BU | 3.81 |
SARIMA-OLS | 3.84 |
SARIMA-WLSV | 3.81 |
SARIMA-FP | 3.81 |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Owolabi, O.O.; Sunter, D.A. Bayesian Optimization and Hierarchical Forecasting of Non-Weather-Related Electric Power Outages. Energies 2022, 15, 1958. https://doi.org/10.3390/en15061958
Owolabi OO, Sunter DA. Bayesian Optimization and Hierarchical Forecasting of Non-Weather-Related Electric Power Outages. Energies. 2022; 15(6):1958. https://doi.org/10.3390/en15061958
Chicago/Turabian StyleOwolabi, Olukunle O., and Deborah A. Sunter. 2022. "Bayesian Optimization and Hierarchical Forecasting of Non-Weather-Related Electric Power Outages" Energies 15, no. 6: 1958. https://doi.org/10.3390/en15061958
APA StyleOwolabi, O. O., & Sunter, D. A. (2022). Bayesian Optimization and Hierarchical Forecasting of Non-Weather-Related Electric Power Outages. Energies, 15(6), 1958. https://doi.org/10.3390/en15061958