1. 06 8月, 2021 1 次提交
  2. 05 8月, 2021 1 次提交
  3. 03 8月, 2021 2 次提交
  4. 19 7月, 2021 1 次提交
  5. 18 7月, 2021 1 次提交
  6. 17 7月, 2021 1 次提交
  7. 11 7月, 2021 1 次提交
  8. 07 7月, 2021 2 次提交
  9. 26 6月, 2021 7 次提交
  10. 21 6月, 2021 1 次提交
  11. 19 6月, 2021 3 次提交
  12. 23 5月, 2021 1 次提交
    • J
      added get and setstate methods in the EarlyStopping and ModelCheckpoint... · fc4aed48
      jrzaurin 提交于
      added get and setstate methods in the EarlyStopping and ModelCheckpoint callbacks. Added the possibility of using GRUs in the deeptext component and also predict using the hidden state or the output. Fixed a small bug in the text processor. Improved the save method in the Trainer
      fc4aed48
  13. 30 4月, 2021 1 次提交
  14. 16 4月, 2021 2 次提交
  15. 09 4月, 2021 1 次提交
  16. 19 3月, 2021 1 次提交
  17. 18 3月, 2021 1 次提交
  18. 15 3月, 2021 1 次提交
  19. 12 3月, 2021 1 次提交
  20. 11 3月, 2021 1 次提交
    • J
      added explain and compute feature importance methods to the trainer. Need to... · 7626bcc9
      jrzaurin 提交于
      added explain and compute feature importance methods to the trainer. Need to add error handling and messaging since these funcionalities are intended only for tabnet. Move the general_utils module to the training module and rename it as trainer_utils. Adapted the create_explain_matrix function to WideDeep
      7626bcc9
  21. 06 3月, 2021 1 次提交
  22. 05 3月, 2021 1 次提交
  23. 02 3月, 2021 1 次提交
  24. 28 2月, 2021 1 次提交
  25. 22 2月, 2021 1 次提交
    • J
      fixed a naming inconsistency. The Transformer encoder blocks were named... · ac4319e9
      jrzaurin 提交于
      fixed a naming inconsistency. The Transformer encoder blocks were named 'blks'. A more consistent name relative to the other two tab models would be 'tab_transformer_blks', and so I have changed it. This leads to a small inconsistency between pypi version and that in github, which is almost irrelevant
      ac4319e9
  26. 14 2月, 2021 2 次提交
  27. 11 2月, 2021 2 次提交