Skip to content

Commit 55c433a

Browse files
committed
citation fix
1 parent 3068e8f commit 55c433a

2 files changed

Lines changed: 10 additions & 16 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -336,14 +336,11 @@ regressor.fit(X_train, y_train, max_epochs=50)
336336

337337
If you find this project useful in your research, please consider cite:
338338
```BibTeX
339-
@misc{thielmann2024mambularsequentialmodeltabular,
340-
title={Mambular: A Sequential Model for Tabular Deep Learning},
341-
author={Anton Frederik Thielmann and Manish Kumar and Christoph Weisser and Arik Reuter and Benjamin Säfken and Soheila Samiee},
342-
year={2024},
343-
eprint={2408.06291},
344-
archivePrefix={arXiv},
345-
primaryClass={cs.LG},
346-
url={https://arxiv.org/abs/2408.06291},
339+
@article{thielmann2024mambular,
340+
title={Mambular: A Sequential Model for Tabular Deep Learning},
341+
author={Thielmann, Anton Frederik and Kumar, Manish and Weisser, Christoph and Reuter, Arik and S{\"a}fken, Benjamin and Samiee, Soheila},
342+
journal={arXiv preprint arXiv:2408.06291},
343+
year={2024}
347344
}
348345
```
349346

docs/homepage.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,11 @@ regressor.fit(X_train, y_train, max_epochs=50)
231231

232232
If you find this project useful in your research, please consider cite:
233233
```BibTeX
234-
@misc{thielmann2024mambularsequentialmodeltabular,
235-
title={Mambular: A Sequential Model for Tabular Deep Learning},
236-
author={Anton Frederik Thielmann and Manish Kumar and Christoph Weisser and Arik Reuter and Benjamin Säfken and Soheila Samiee},
237-
year={2024},
238-
eprint={2408.06291},
239-
archivePrefix={arXiv},
240-
primaryClass={cs.LG},
241-
url={https://arxiv.org/abs/2408.06291},
234+
@article{thielmann2024mambular,
235+
title={Mambular: A Sequential Model for Tabular Deep Learning},
236+
author={Thielmann, Anton Frederik and Kumar, Manish and Weisser, Christoph and Reuter, Arik and S{\"a}fken, Benjamin and Samiee, Soheila},
237+
journal={arXiv preprint arXiv:2408.06291},
238+
year={2024}
242239
}
243240
```
244241

0 commit comments

Comments
 (0)