This topic describes how to use the experiment template that is provided by Machine Learning Studio to build a model for identifying users who steal electricity or are involved in electricity leakage. This way, electricity theft and leakage can be automatically detected. This reduces the inspection workload of electrical inspection staff to a large degree and ensures normal and safe electricity usage.
Background information
The traditional methods of identifying electricity theft and leakage and metering device failures include regular inspection, regular check of electricity meters, and users' reporting of electricity theft and leakage. These methods require manual operations. In addition, these methods are inefficient if you want to identify users who steal electricity or are involved in electricity leakage. The staff of power supply bureaus use the existing automated system for metering electricity usage. To monitor electricity usage online, they use the system to trigger alerts for abnormal electricity usage and query electricity usage data. For example, the system collects data about abnormal electricity usage, abnormal load, alerts reported by terminals and primary sites, and abnormal line loss. This way, relevant staff can identify electricity theft, electricity leakage, and metering device failures. After alerts are triggered, the system builds models for analyzing abnormal electricity usage based on the current, voltage, and load before and after the alert time. This also helps relevant staff identify electricity theft, electricity leakage, and metering device failures.
The existing automated system for metering electricity usage can monitor abnormal electricity usage. However, due to frequent false positives and false negatives, it is difficult to precisely identify users who steal electricity or are involved in electricity leakage. In addition, experts need to determine the weight of each metric for the model to be built based on their knowledge and experience. This process is subjective.
The existing automated system for metering electricity usage can collect all kinds of electricity load data, such as the current, voltage, and power data, and alert data that terminals report. Such data can reflect the electricity usage of users. Electrical inspection staff can also collect electricity theft and leakage data from the online inspection system or by conducting on-site inspection. Based on the preceding data, PAI can abstract key features of users who steal electricity or are involved in electricity leakage and build a model for identifying such users. This way, electricity theft or leakage can be automatically detected. This reduces the inspection workload of electrical inspection staff to a large degree and ensures normal and safe electricity usage.
Dataset
Field | Data type | Description |
---|---|---|
power_usage_decline_level | BIGINT | The electricity usage trend. |
line_loss_rate | BIGINT | The line loss. |
warning_num | BIGINT | The number of alerts. |
is_theff | BIGINT | Indicates whether users steal electricity or are involved in electricity leakage. |
Procedure
- Go to the Machine Learning Studio console.
- Log on to the PAI console.
- In the left-side navigation pane, choose .
- On the PAI Visualization Modeling page, find the project in which you want to create an experiment and click Machine Learning in the Operation column.
- Create an experiment.
- Run the experiment and view the result.