Skip to content

v0.4.6: Added `DeepDenseResnet` and increased code coverage

Compare
Choose a tag to compare
@jrzaurin jrzaurin released this 20 Sep 10:07
· 562 commits to master since this release

As suggested in issue #26 , I have added the possibility of the deepdense component that receives the embeddings from categorical columns and the continuous columns being a series of Dense ResNet blocks. This is all available via the class DeepDenseResnet and used identically than before:

deepdense = DeepDenseResnet(...)

model = WideDeep(wide=wide, deepdense=deepdense)

In addition, code coverage has increased to 91%