Ismaël Koné

Results 6 comments of Ismaël Koné

Hi, Hopefully your question is still current, you can take a look at TSAI: https://github.com/timeseriesAI/tsai, which is an open-source deep learning package built on top of Pytorch & fastai focused...

I confirm that I have encountered this problem which is a serious one. In my case, it appears for few records. It has blocked me from training models as whenever...

ok, thank you for your explanation. >An optimization path is still possible then right? The implementation can put the null_count check inside describe_null. I agree so `describe_null` should behave as...

I think this is already the case when `null == 0`. From the pandas implementation, in `_get_validity_buffer`, we have: ``` elif null == 0: msg = "This column is non-nullable...

Hi Matt, I've finished a fresh install on a mew environment. I've found that we need to install `notebook` before running quatro preview. I do know that it is obvious...

Hi @mogwai, I have dependency conflicts when trying to install fastaudio. Please can you accept this PR so that it may work as it use recent fastai version. Thank you...