Skip to content

Commit

Permalink
[skip actions] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manujosephv committed Jan 20, 2023
1 parent 0f1f530 commit ff7c421
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
29 changes: 19 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,24 @@ If you use PyTorch Tabular for a scientific publication, we would appreciate cit
- Zenodo Software Citation

```
@article{manujosephv_2021,
title={manujosephv/pytorch_tabular: v0.7.0-alpha},
DOI={10.5281/zenodo.5359010},
abstractNote={<p>Added a few more SOTA models - TabTransformer, FTTransformer
Made improvements in the model save and load capability
Made installation less restrictive by unfreezing some dependencies.</p>},
publisher={Zenodo},
author={manujosephv},
year={2021},
month={May}
@software{manu_joseph_2023_7554473,
author = {Manu Joseph and
Jinu Sunil and
Jirka Borovec and
Chris Fonnesbeck and
jxtrbtk and
Andreas and
JulianRein and
Kushashwa Ravi Shrimali and
Luca Actis Grosso and
Sterling G. Baird and
Yinyu Nie},
title = {manujosephv/pytorch\_tabular: v1.0.1},
month = jan,
year = 2023,
publisher = {Zenodo},
version = {v1.0.1},
doi = {10.5281/zenodo.7554473},
url = {https://doi.org/10.5281/zenodo.7554473}
}
```
2 changes: 1 addition & 1 deletion docs/development_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bump2version major
# Commit all changes and run
bump2version --tag release
# Check if the tag is present
git tags
git tag
# Push the changes to GitHub
git push origin <tag_name>

Expand Down

0 comments on commit ff7c421

Please sign in to comment.