Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,8 @@ configs:
|
|
8 |
- config_name: oss_ceto
|
9 |
data_files: OSS_Ceto.parquet
|
10 |
tags:
|
|
|
|
|
11 |
- Time Series Regression
|
12 |
- Marine
|
13 |
- Ship
|
@@ -15,7 +17,40 @@ tags:
|
|
15 |
pretty_name: FuelCast
|
16 |
---
|
17 |
|
18 |
-
Dataset for the **FuelCast Benchmark - Benchmarking Tabular and Temporal Models for Ship Fuel Consumption**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Column Description
|
21 |
|
@@ -28,7 +63,7 @@ Dataset for the **FuelCast Benchmark - Benchmarking Tabular and Temporal Models
|
|
28 |
| Ship_Heading | f64 | ° | The heading of the vessel, typically measured by a magnetic compass. |
|
29 |
| Ship_Bearing | f64 | ° | The bearing / track (direction of movement) of the vessel, calculated using GPS. |
|
30 |
| Ship_AnemometerWindDirection | f64 | ° | The measured wind direction (relative to the vessel speed/heading). |
|
31 |
-
| Ship_AnemometerWindSpeed | f64 | m / s |
|
32 |
| Ship_DraftAft | f64 | m | The vessel draft aft |
|
33 |
| Ship_DraftFore | f64 | m | The vessel draft fore |
|
34 |
|
|
|
8 |
- config_name: oss_ceto
|
9 |
data_files: OSS_Ceto.parquet
|
10 |
tags:
|
11 |
+
- timeseries
|
12 |
+
- tabular
|
13 |
- Time Series Regression
|
14 |
- Marine
|
15 |
- Ship
|
|
|
17 |
pretty_name: FuelCast
|
18 |
---
|
19 |
|
20 |
+
# Dataset for the **FuelCast Benchmark - Benchmarking Tabular and Temporal Models for Ship Fuel Consumption** (reference is coming soon)
|
21 |
+
|
22 |
+
## Dataset
|
23 |
+
|
24 |
+
The dataset was created using three main sources:
|
25 |
+
- High frequency auto logger data of important parameters from the ship, recorded by the [KROHNE EcoMATE™ system](https://www.krohne.com/en-us/solutions/monitoring-solutions/ecomate-fuel-emission-monitoring-seagoing-vessels).
|
26 |
+
- Environment data from [Copernicus Marine Environment Monitoring Service](https://marine.copernicus.eu/)
|
27 |
+
- Weather hintcast data from [OpenMeteo](https://open-meteo.com/)
|
28 |
+
|
29 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6883322683873f346bfaf8e5/SjFnr6B6Fqxkk9d-GBww_.png" width="600"/>
|
30 |
+
|
31 |
+
## Tasks
|
32 |
+
|
33 |
+
### Fuel Consumption Prediction
|
34 |
+
|
35 |
+
The main task of the FuelCast Benchmark is to predict (or better simulate) the total fuel consumption of a ship
|
36 |
+
under arbitrary operational and environmental conditions.
|
37 |
+
|
38 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6883322683873f346bfaf8e5/m7qzji8webtFwV6kzTsY3.png" width="400"/>
|
39 |
+
|
40 |
+
The chosen **input variables** `X` are:
|
41 |
+
- Ship_SpeedOverGround
|
42 |
+
- Environment_SeaFloorDepth
|
43 |
+
- Weather_Temperature2m
|
44 |
+
- Weather_WindSpeed10m
|
45 |
+
- Weather_WindDirection10m
|
46 |
+
- Weather_WaveHeight
|
47 |
+
- Weather_WaveDirection
|
48 |
+
- Weather_WavePeriod
|
49 |
+
- Weather_OceanCurrentVelocity
|
50 |
+
- Weather_OceanCurrentDirection
|
51 |
+
|
52 |
+
The **target variable** `y` to predict is
|
53 |
+
- Consumer_Total_MomentaryFuel
|
54 |
|
55 |
## Column Description
|
56 |
|
|
|
63 |
| Ship_Heading | f64 | ° | The heading of the vessel, typically measured by a magnetic compass. |
|
64 |
| Ship_Bearing | f64 | ° | The bearing / track (direction of movement) of the vessel, calculated using GPS. |
|
65 |
| Ship_AnemometerWindDirection | f64 | ° | The measured wind direction (relative to the vessel speed/heading). |
|
66 |
+
| Ship_AnemometerWindSpeed | f64 | m / s | The measured wind speed (relative to the vessel). |
|
67 |
| Ship_DraftAft | f64 | m | The vessel draft aft |
|
68 |
| Ship_DraftFore | f64 | m | The vessel draft fore |
|
69 |
|