Browse Source

Update timefeatures.py

main
BBing 2 years ago
parent
commit
f36ae2106d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      utils/timefeatures.py

+ 1
- 2
utils/timefeatures.py View File

@@ -1,6 +1,5 @@
from typing import List


import numpy as np
import pandas as pd
from pandas.tseries import offsets
@@ -13,7 +12,7 @@ class TimeFeature:
def __init__(self):
pass

def __call__(self, index: pd.DatetimeIndex) -> np.ndarray:
def __call__(self, index: pd.DatetimeIndex) -> mnp.ndarray:
pass

def __repr__(self):


Loading…
Cancel
Save