You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
1.6 KiB

1. Objective:
We want to predict the power output of the power plant given other measured factors.
2.License: Free to use, with citation request.
3.Data Source: UCI Machine Learning Repository (http://archive.ics.uci.edu/ml/datasets/Combined+Cycle+Power+Plant)
4. Data Set Information:
The dataset contains 9568 data points collected from a Combined Cycle Power Plant over 6 years (2006-2011), when the power plant was set to work with full load.
A combined cycle power plant (CCPP) is composed of gas turbines (GT), steam turbines (ST), and heat recovery steam generators. In a CCPP, the electricity is generated by gas and steam turbines, which are combined in one cycle, and is transferred from one turbine to another. While the vacuum is collected from and has an effect on the steam turbine, the other three of the ambient variables affect the GT performance.
5.Field Meanings:
A. Temperature: hourly average ambient temperature in Celsius (between 1.81 and 37.11 °C),
B. Pressure: ambient pressure in millibar (between 992.89 and 1033.30 mbar),
C. Humidity: relative percent humidity (between 25.56 and 100.16 %),
D. Energy_Output: net hourly output of the plant in megawatts (between 420.26 and 495.76 MW),
E. Vacuum: exhaust vacuum in cm Hg (between 25.36 and 81.56 cm Hg).
6.Parameter Selection:
A.Dashboard: Predict Numeric Fields
Settings:
1) Field to predict: Energy_Output
2) Fields to use for predicting: Temperature, Pressure, Humidity, Vacuum
B. Dashboard: Detect Numeric Outliers
Settings:
1) Field to analyze: Humidity
2) Threshold method: Standard Deviation
3) Threshold multiplier: 3
4) No sliding window