You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hdc/datasets/ccpp.py
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
9
9
from .utilsimportdownload_file, unzip_file
10
10
11
+
11
12
classCyclePowerPlant(data.Dataset):
12
13
"""Combined cycle power planet dataset <https://archive.ics.uci.edu/ml/datasets/combined+cycle+power+plant>`_,
13
14
Features consist of hourly average ambient variables Temperature (T), Ambient Pressure (AP), Relative Humidity (RH) and Exhaust Vacuum (V) to predict the net hourly electrical energy output (EP) of the plant.
@@ -22,9 +23,10 @@ class CyclePowerPlant(data.Dataset):
22
23
target_transform (callable, optional): A function/transform that takes in the
0 commit comments