Skip to content

tabnet 0.5.0

Compare
Choose a tag to compare
@cregouby cregouby released this 06 Dec 08:03

New features

  • {tabnet} now allows hierarchical multi-label classification through {data.tree} hierarchical Node dataset. (#126)
  • tabnet_pretrain() now allows different GLU blocks in GLU layers in encoder and in decoder through the config() parameters num_idependant_decoder and num_shared_decoder (#129)
  • Add reduce_on_plateau as option for lr_scheduler at tabnet_config() (@SvenVw, #120)
  • use zeallot internally with %<-% for code readability (#133)
  • add FR translation (#131)