This topic describes how to build models to predict the hazy weather based on the analysis of weather data that is collected in Beijing for one year. The models can be used to find out the pollutant that is most prone to cause hazy weather, which is measured based on the concentration of PM 2.5.
Dataset
In the following sample experiment, the air quality data that is collected every hour
in Beijing during 2016 is used. The following table describes the fields of the air
quality data.
Field | Data type | Description |
---|---|---|
time | STRING | The date. This field is accurate to the day. |
hour | STRING | The hour in which the data is collected. |
pm2 | STRING | The PM 2.5 index. |
pm10 | STRING | The PM 10 index. |
so2 | STRING | The sulfur dioxide index. |
co | STRING | The carbon monoxide index. |
no2 | STRING | The nitrogen dioxide index. |
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.