Manu Joseph V
Manu Joseph V
**Describe the bug** When the categorical columns are of dtype Categorical in pandas, it throws this error. `ValueError: Cannot setitem on a Categorical with a new category, set the categories...
As raised in #9 , it would be a good addition to the documentation. comparison of the different models implemented and their runtimes, and performance metric.
Hi, I was trying to implement parallax scrolling using this awesome library. But I ran into some problems. Am not sure I'm doing this right(first time android programmer). I'm getting...
Hi There, I have used your Parallax RecyclerView to load data from a cursor. I have modified the adapter to use a cursor instead of the List that is there...
There are two samplers in GluonTS : ```python class ExpectedNumInstanceSampler(InstanceSampler): """ Keeps track of the average time series length and adjusts the probability per time point such that on average...
Hi, I was searching for an alternative for bsts(R) in Python and stumbled on this gem. As far as I understand there is no difference between bsts and pydlm, except...
**Is your feature request related to a problem? Please describe.** Many real life datasets have categorical features, some of them meta data about a time series(static) and some of them...
key changes: 1. Added pin code based distance as another column 2. made some changes in the streamlit app - some performance and some the way it is displayed 3....
@Borda So, we have this [line](https://github.com/manujosephv/pytorch_tabular/blob/f93223050808d941ad342b9ad8058f1a5d813df5/.github/workflows/testing.yml#L31) which fixes the versions while testing, right? When the user installs from pip, it'll be using the `>=` constraint, right? And will end up...
**Is your feature request related to a problem? Please describe.** When the data size is quite large, many times we might need to use larger than RAM data. Also, using...