Thangjam Aditya
Thangjam Aditya
### Describe the question you have I am implementing a backward feature elimination (BFE) involving autorima to find optimal parameters for a given set of regressors. While running the BFE,...
#### Describe the bug I tried elastic net fitting of the GAM model. It returns an Attribution Error that the smoother is None. However, standard fitting works. ```python import statsmodels.api...
How to set "n_z" parameter of hyperLSTM? Are there any guidelines?
Hello, could you pls. provide an example code which interfaces torchswarm with PyTorch-based training of a neural net?
Hello, Thank you for sharing the idea on LSTM predictions beyond available data period. I tried running the code. The issue I have is that the projections I get do...
Hi, I was reading through your implementation of HyperLSTM and the associated paper. I got lost in the shaping of the layers after the first layer. Could you please explain...
Hi, I have a Pytorch regression model. Could you please help me by providing a generic syntax for using OmniXAI to do so?
how to set p_trunc for a MFBVAR model with minnesota prior to find its mdd in "mdd(model, p_trunc = ?)"
What is the difference between Boot Fiebes Lisman and Chow Lin procedures when we do not use any exogenous indicator for the disaggregation?
**Describe the issue** Hello, I have a doubt about putting a loop for convergence of PSO. I read your test scripts for convergence and adapted them for my work, which...