jrzaurin / pytorch-widedeep

A flexible package for multimodal-deep-learning to combine tabular data with text and images using Wide and Deep models in Pytorch
Apache License 2.0
1.3k stars 190 forks source link

Multiple tab components #226

Closed jrzaurin closed 3 months ago

jrzaurin commented 3 months ago

Minor adjustments to:

  1. Remove support for FDS and LDS as this was bringing more issues to the overall design of the library that advantages
  2. Add the possibility of using multiple tabular models (as well as text and image models which was already supported in the previous version
codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 94.24460% with 8 lines in your changes missing coverage. Please review.

Project coverage is 94.67%. Comparing base (deb4f2e) to head (16922ce). Report is 15 commits behind head on master.

Files Patch % Lines
pytorch_widedeep/models/wide_deep.py 92.04% 7 Missing :warning:
pytorch_widedeep/training/_wd_dataset.py 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #226 +/- ## ========================================== + Coverage 94.38% 94.67% +0.29% ========================================== Files 117 116 -1 Lines 7462 7252 -210 ========================================== - Hits 7043 6866 -177 + Misses 419 386 -33 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.