You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing the build_tabular_model, I tried feeding it with TabTransformer and seemed to not be able to generate a model. tab = build_tabular_model(TabTransformer, dls = dls_cat)
The error I got was: TypeError: __init__() got an unexpected keyword argument 'y_range'
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:
No description provided.
The text was updated successfully, but these errors were encountered: