Alex Martens

Results 32 comments of Alex Martens

An interesting thing, the vim that I'm using is a "brew" vim. I installed it as an attempt to solve this problem. After solving the bracket issue with @tiagofumo's suggestion...

I'm having errors with every command on `Ubuntu 20.04`, examples: ``` $ echo foo | clevis encrypt tpm2 '{}' > secret.jwe Command 'clevis-encrypt-tpm2-{}' is invalid Usage: clevis COMMAND [OPTIONS] clevis...

I only installed `clevis clevis-dracut clevis-udisks2` as per the [instruction on the main page](https://github.com/latchset/clevis#installing-clevis). Thanks @sergio-correia, installing `clevis-tpm2` solved my problem

I'm also a bit confused about how to use out-of-sample forecast. Problem explanation: * let's say I fit the model to `endog1`: ```python mod = sm.tsa.SARIMAX(endog, order=order, seasonal_order=seasonal_order) res =...

Thanks @ChadFulton! The [example that you referenced](https://www.statsmodels.org/devel/examples/notebooks/generated/statespace_forecasting.html) is great. A few follow-up questions: 1) Is it possible to dump a new dataset to the `SARIMAXResults` object and get prediction for...

> If you use either append or extend, you can add in as many new observations as you like, it doesn't have to be just one. Was that what you...

Awesome, thanks! I will look at `remove_data` on the weekend. Meanwhile, I've got a quick follow-up question, regarding `predict`. > If you are using refit=False, then it is possible to...

> It's hard to tell without seeing the full code, but I think that the timing of the prediction is correct. I would guess that you've shifted your iterated forecast...

@ChadFulton, sorry, I've been working on prediction and forecasting and have not had time to look at `remove_data` yet. I remember what I said and will look into it as...

➕ damn, this would be sick! Any progress? Any suggestions for a temporary workaround? I was thinking about caching response codes and basing the throttle/blocking logic based on those cached...