- docs: updated the readme (
e6a3ac2
)
- feat(keras update): Updated keras to v3.5 and added back support for feature importances using attention weights (
987ce08
)
- refactor(packages): moved jax backend to test dependencies (
ac5e333
)
-
test(package): updated lock file with the jaxlib new version (
51f9109
) -
test(package): fixed jaxlib to the same version as jax to prevent version conflict during testing (
5b925d9
) -
test(package): added jaxlib to lock file (
e833241
) -
test(package): added jaxlib package for testing (
e01abbf
) -
test(end-to-end): added an end to end training, saving the model loading the model and comparing the models results test (
4b22f5f
)
- fix(loading): updated the subclassed model to be able to save and load the model with its weights (
a65fbeb
)
- fix(loading): added get and from config methods for all layers to ensure loading and saving the model successfully (
5fb3cde
)
- fix(keras): converted all layers to keras subclassed layers and the model to a subclassed model for keras 3 integration (
085a3a6
)
- docs(contributing): added additional install instructions for contributing docs (
a40d30c
)
- feat(package): updated the package to support keras 3 (
f14d978
)
-
refactor(dependencies): added jax as backend (
f4f18d6
) -
refactor(ci-cd): refactored the ci-cd pipeline to look at the previous 1 commit instead of 2 to get the prev version (
6a9bbac
)
- fix(embeddings): Converted linear and periodic embedding layers to keras subclassed layers to prevent serialization errors when saving (
6cc101c
)
- fix(transoformer): fixed layernorm crashing on gpu without epsilon argument and fix transformer wasnt going passed depth level 1 (
779c576
)
-
build(pipeline): removed the exit pipeline step since it didn't work (
679cf86
) -
build(pipeline): updated if statement for package version check (
83d1e72
) -
build(pipeline): added debugging info to version increment check (
db40595
) -
build(pipeline): updated setting package version incremented output paramater (
4a435da
) -
build(pipeline): updated package version incremented check (
53e2e78
) -
build(pipeline): added check to see if package version was incremented and exit early if it wasn't (
736f421
)
- docs(ple): added ple target-aware embeddings (
4b385f8
)
- fix(docs): added docstring and updated notebooks to demo latest code (
020800c
)
-
refactor(code): removed old ft-transformer code (
069dac0
) -
refactor(ple): moved ple bins calculations out of the model, its now passed as an argument (
558cfb6
)
- fix(ple): updated piecewise linear embedding layer to work with sequential input data (
e89504e
)
- fix(embedding): updated the periodic numerical embedding layer to work with sequential inputs (
42b4d8e
)
- chore(package): added pyarrow (
c7b6a27
)
- feat(model): updated ft-transformer model to support sequential tabular data (
95ae501
)
- feat(model): converted ft-transformer to tensorflow functional api (
500dae6
)
- build(package): commit parser options (
96713de
)
- fix(package): package version (
2c0e27c
)
-
refactor(pipeline): added back semantic-release version (
356760a
) -
refactor(pipeline): added verbose to publish command (
fc8766f
) -
refactor(pipeline): removed semantic-release version (
f9367b0
) -
refactor: updated build config version for toml (
26cf97f
)
-
fix (pipeline): added GH_TOKEN to version bump (
beebd1a
) -
fix (pipeline): semantic-release install (
fdef5c0
) -
fix (pipeline): semantic-release version (
8597ab0
) -
fix (pipeline): added build command (
31c45c5
) -
test (pipeline): updated dist path (
1d513da
) -
test (pipeline): showing folder contents (
265d807
) -
fix (pipeline): install semantic release (
0b8a89c
)