A regional competition of Huawei challenge 2018.
Rank 37 in the regional competition of this challenge.
The project does not need to install any dependencies to use.
cd Huawei_Challenge_2018
mkdir build & cd build
cmake ..
make
bin/ecs ../data/test_2_3_4_5.txt ../data/input_5flavors_cpu_7days.txt ../data/ouput.txt
A main function is included in file esc.cpp and the file predict.cpp completes the forecasting and packing functions.
More details can be found here.