1
1
"""Configuration for the package."""
2
2
from enum import Enum
3
3
from pathlib import Path
4
-
from typing import Any, Dict, List, Optional, Tuple, Union
4
+
from typing import Any, Dict, List, Literal, Optional, Tuple, Union
5
5
6
6
import yaml
7
7
from pydantic.v1 import BaseModel, BaseSettings, Field, PrivateAttr
@@ -112,6 +112,8 @@ class TimeseriesVars(BaseModel):
112
112
lags: List[int] = [1, 7, 12, 24, 30]
113
113
significance: float = 0.05
114
114
pacf_acf_lag: int = 100
115
+
autolag: Optional[Literal["AIC", "BIC", "t-stat"]] = "AIC"
116
+
maxlag: Optional[int] = None
115
117
116
118
117
119
class Univariate(BaseModel):
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4