Skip to content

Commit 07edc65

Browse files
authored
Merge pull request #43 from basf/doc_fix
doc update
2 parents 055deef + 946dc23 commit 07edc65

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,5 @@ If you find this project useful in your research, please consider cite:
245245
```
246246

247247
## License
248+
249+
The entire codebase is under MIT license.

docs/homepage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ model.fit(
117117

118118
```
119119

120-
## Citing Mambular
120+
## Citation
121121

122-
If you find this project useful in your research or in scientific publication, please consider citing it in your references.
122+
If you find this project useful in your research, please consider cite:
123123

124124
```BibTeX
125-
@software{mambular2024,
125+
@misc{2024,
126126
title={Mambular: Tabular Deep Learning with Mamba Architectures},
127-
author={Anton Frederik Thielmann, Manish Kumar, Christoph Weisser, Benjamin Saefken, Soheila Samiee},
128-
url = {https://github.com/basf/mamba-tabular},
127+
author={Anton Frederik Thielmann, Manish Kumar, Christoph Weisser, Benjamin Saefken, Soheila Samiee},
128+
howpublished = {\url{https://github.com/basf/mamba-tabular}},
129129
year={2024}
130130
}
131131
```

0 commit comments

Comments
 (0)