Richard Li

Results 45 comments of Richard Li

I switched computers so no longer see the issue.

I can confirm as well this fixes the issue. I've pushed the recommended changes to my fork here: https://github.com/richarddli/mvts_transformer/tree/sktime0.22, which also has some minor patches to run on modern sktime...

Telepresence does not require Python 3. It seems that this isn't a Telepresence issue, but an issue with how your company proxy is configured. Is it possible for you to...

I'm happy to help with documentation, but I have to admit I'm confused as to how to get it to work. Getting the synchronous example from the homepage `example.py` works...

Thanks for clarifying! https://dramatiq.io/reference.html#middleware says "The following middleware is enabled by default" and it has a much longer list of middleware.

For Jupyter notebooks, this approach works great! I'm using SHAP in a web application. Here's some sample code I wrote: ``` feature_importance = np.mean(np.abs(shap_values.values), axis=0) feature_names = shap_values.feature_names feature_names, feature_importance...

I shared this too soon! With the BeijingPM 25 dataset, I get: ``` 2023-08-24 15:15:29,239 | INFO : Epoch 0 Validation Summary: epoch: 0.000000 | loss: 31485.421528 | Traceback (most...

The proximate cause of the error above is because the last nparray in the list of predictions & targets is not the same as the other nparrays in the list....

We'd be happy to support you on this, but adding another platform is a non-trivial undertaking, e.g., our continuous integration systems need to support ARM64. Would you be willing to...