mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-09-12 12:50:36 +08:00
Gluon master (#29)
* Estimator needs an create_instance_splitter now * updated estimators and tests * fix test * validated
This commit is contained in:
committed by
GitHub Enterprise
parent
d5cef439af
commit
ea9b2b7df5
@@ -19,7 +19,7 @@ from pandas.tseries.holiday import Holiday
|
||||
|
||||
|
||||
# First-party imports
|
||||
from pts.feature.holiday import (
|
||||
from gluonts.time_feature.holiday import (
|
||||
CHRISTMAS_DAY,
|
||||
CHRISTMAS_EVE,
|
||||
COLUMBUS_DAY,
|
||||
@@ -42,9 +42,8 @@ from pts.feature.holiday import (
|
||||
SpecialDateFeatureSet,
|
||||
squared_exponential_kernel,
|
||||
exponential_kernel,
|
||||
CustomDateFeatureSet,
|
||||
CustomHolidayFeatureSet,
|
||||
)
|
||||
from pts.feature.holiday import CustomDateFeatureSet, CustomHolidayFeatureSet
|
||||
|
||||
test_dates = {
|
||||
NEW_YEARS_DAY: [
|
||||
|
||||
Reference in New Issue
Block a user