+1
-1
lines changedFilter options
+1
-1
lines changed Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ def stationarity_test(config: Settings, series: pd.Series) -> Tuple[bool, float]
20
20
adfuller_test = adfuller(
21
21
series.dropna(),
22
22
autolag=config.vars.timeseries.autolag,
23
-
maxlag=config.vars.timeseries.maxlag
23
+
maxlag=config.vars.timeseries.maxlag,
24
24
)
25
25
p_value = adfuller_test[1]
26
26
You can’t perform that action at this time.
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