Skip to content

Commit 1bca6c6

Browse files
authored
Revise citations for TPOT in cite.md
1 parent b50b4ff commit 1bca6c6

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

docs/cite.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,36 @@
11
# Citing TPOT
22
If you use TPOT in a scientific publication, please consider citing at least one of the following papers:
33

4-
Trang T. Le, Weixuan Fu and Jason H. Moore (2020). [Scaling tree-based automated machine learning to biomedical big data with a feature set selector](https://academic.oup.com/bioinformatics/article/36/1/250/5511404). *Bioinformatics*.36(1): 250-256.
4+
Hernandez, J. G., Saini, A. K., Ghosh, A., & Moore, J. H. (2025). [The tree-based pipeline optimization tool: Tackling biomedical research problems with genetic programming and automated machine learning](https://www.cell.com/patterns/fulltext/S2666-3899(25)00162-X). Patterns, 6(7).
55

66
BibTeX entry:
77

8-
```bibtex
9-
@article{le2020scaling,
10-
title={Scaling tree-based automated machine learning to biomedical big data with a feature set selector},
11-
author={Le, Trang T and Fu, Weixuan and Moore, Jason H},
12-
journal={Bioinformatics},
13-
volume={36},
14-
number={1},
15-
pages={250--256},
16-
year={2020},
17-
publisher={Oxford University Press}
8+
```bibtext
9+
@article{hernandez2025tree,
10+
title={The tree-based pipeline optimization tool: Tackling biomedical research problems with genetic programming and automated machine learning},
11+
author={Hernandez, Jose Guadalupe and Saini, Anil Kumar and Ghosh, Attri and Moore, Jason H},
12+
journal={Patterns},
13+
volume={6},
14+
number={7},
15+
year={2025},
16+
publisher={Elsevier}
1817
}
1918
```
2019

20+
Ribeiro, P., Saini, A., Moran, J., Matsumoto, N., Choi, H., Hernandez, M., & Moore, J. H. (2024). [TPOT2: A New Graph-Based Implementation of the Tree-Based Pipeline Optimization Tool for Automated Machine Learning](https://link.springer.com/chapter/10.1007/978-981-99-8413-8_1). In Genetic programming theory and practice XX (pp. 1-17). Singapore: Springer Nature Singapore.
21+
22+
BitTex entry:
23+
24+
```bibtex
25+
@incollection{ribeiro2024tpot2,
26+
title={TPOT2: A New Graph-Based Implementation of the Tree-Based Pipeline Optimization Tool for Automated Machine Learning},
27+
author={Ribeiro, Pedro and Saini, Anil and Moran, Jay and Matsumoto, Nicholas and Choi, Hyunjun and Hernandez, Miguel and Moore, Jason H},
28+
booktitle={Genetic programming theory and practice XX},
29+
pages={1--17},
30+
year={2024},
31+
publisher={Springer}
32+
}
33+
```
2134

2235
Randal S. Olson, Ryan J. Urbanowicz, Peter C. Andrews, Nicole A. Lavender, La Creis Kidd, and Jason H. Moore (2016). [Automating biomedical data science through tree-based pipeline optimization](http://link.springer.com/chapter/10.1007/978-3-319-31204-0_9). *Applications of Evolutionary Computation*, pages 123-137.
2336

@@ -59,4 +72,4 @@ BibTeX entry:
5972
publisher = {ACM},
6073
address = {New York, NY, USA},
6174
}
62-
```
75+
```

0 commit comments

Comments
 (0)