Dillon Wong
Dillon Wong
### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? Create variable in a .ipynb notebook...
This isn't a bug, but more of a documentation issue. According to the [docs](https://tsfresh.readthedocs.io/en/latest/api/tsfresh.feature_extraction.html), as well as in the docstrings for the functions in `tsfresh.feature_extraction.feature_calculators`, the documented return type for...
A potentially useful feature could be for `pmdarima.arima.auto_arima` to stepwise determine (using the selected `information_criterion`) which exogenous features should be included in the model (e.g. add/remove columns in `X` to...
In `pmdarima.arima.auto_arima`, `max_p`, `max_d`, and `max_q` can be specified to indicate the maximum orders of the autoregressive ($p$), first-differencing ($d$), and moving average ($q$) terms. Would there be any value...
Enjoyed your YouTube video on the topic, as well as the comments section discussion on information theory. My Kernel crashes on Input 14 in `kNN-gzip-ncd-video-test it-deep-learning.ipynb` for some reason. This...
Corrected docstrings of fctype=combiner feature calculators to have the correct return type. Resolves #1062