Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set feature importance tensor size according to embedding dimensions (TabNetRegressor) #94

Commits on Apr 7, 2020

  1. Set feature importance tensor size according to embedding dimensions …

    …in TabNetRegressor.train_epoch
    
    Fix tensor shape issues when `cat_emb_dim>1` with `TabNetRegressor`.
    This issue was fixed for TabNetClassifier in dreamquark-ai#48 but not for the regressor.
    martinsotir committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    8fdac08 View commit details
    Browse the repository at this point in the history