hyjocean
Results
1
issues of
hyjocean
In `datasets.py` file, `def get_pro_features` function ``` def get_pro_features(self, ds_pt_list, hours, weather_dict): holiday = is_holiday(ds_pt_list[0].time)*1 day = ds_pt_list[0].time.day # TODO: check hour data have some questions, hour = {'hour': np.bincount(hours).max()}...