ydataai / ydata-profiling

1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.
https://docs.profiling.ydata.ai
MIT License
12.55k stars 1.69k forks source link

stationarity test #1639

Closed Blackandwhite23 closed 3 weeks ago

Blackandwhite23 commented 3 months ago

Missing functionality

It would be nice if the parameters for adfuller could be configured.

Proposed feature

If you have very large data sets, then using the standard AIC takes too much time and too much RAM. It would be nice to chose BIC or maxlags. e.g. result = adfuller(series.dropna(), autolag='BIC') or result = adfuller(series.dropna(), maxlag=30)

Alternatives considered

No response

Additional context

No response

fabclmnt commented 1 month ago

@alexbarros can you please add this issue to your backlog?