|
1 | 1 | # Citing TPOT |
2 | 2 | If you use TPOT in a scientific publication, please consider citing at least one of the following papers: |
3 | 3 |
|
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). |
5 | 5 |
|
6 | 6 | BibTeX entry: |
7 | 7 |
|
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} |
18 | 17 | } |
19 | 18 | ``` |
20 | 19 |
|
| 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 | +``` |
21 | 34 |
|
22 | 35 | 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. |
23 | 36 |
|
@@ -59,4 +72,4 @@ BibTeX entry: |
59 | 72 | publisher = {ACM}, |
60 | 73 | address = {New York, NY, USA}, |
61 | 74 | } |
62 | | -``` |
| 75 | +``` |
0 commit comments