Ignacio Oguiza

Results 122 comments of Ignacio Oguiza

Thanks for sharing this idea. It makes sense to create ensembles (at least for some models). For example, Fawaz (leading author of InceptionTime) recommends using an ensemble of models. I...

Hi @MOREDataset, Sorry for my late reply. I believe this issue is fixed now. I've run the following code and don't get the issue you mention: ```python X, y, splits...

Hi @sunmingliu, I tried to reproduce your issue but the code works well (see [gist](https://colab.research.google.com/gist/oguiza/9b95473267295bd2242d9682e836ffd3/scratchpad.ipynb)). You may need to upgrade tsai to the most recent version.

I usually use this: ```python # **************** UNCOMMENT AND RUN THIS CELL IF YOU NEED TO INSTALL/ UPGRADE TSAI **************** stable = False # Set to True for latest pip...

Could anybody please confirm if this is still an open issue? Otherwise, I'll close it.

Hi @yifeiSunny, The issue seems to be that you are using an old version of tsai (0.2.15) when we are in 0.3.1. You should try updating it an running it...

I cannot see the image you posted. But the notebook you shared with me shows this: ``` tsai : 0.2.15 fastai : 2.2.5 fastcore : 1.3.19 torch : 1.7.0+cu101 ```

Hi @strakehyr and @radi-cho, That's a good point. It'd be good to have TabTransformer supported by the build_tabular_model. build_tabular_model is just a convenience function. The workaround is to use this:...

Hi @dfx1822375, tsai uses fastai. LR decay is applied by default if you use learn.fit_one_cycle. Please, take a look at fastai's documentation about this functionality(https://docs.fast.ai/callback.schedule.html#Learner.fit_one_cycle)

I'll close this issue due to the lack of response.