-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #167 from EpistasisLab/doc_build
Doc build
- Loading branch information
Showing
3 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,9 @@ on: | |
jobs: | ||
build_docs: | ||
runs-on: ubuntu-latest | ||
env: | ||
GIT_COMMITTER_NAME: "Doc Build Bot" | ||
GIT_COMMITTER_EMAIL: "[email protected]" | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,24 +18,22 @@ TPOT recently went through a major refactoring. The package was rewritten from s | |
|
||
Ribeiro, P. et al. (2024). TPOT2: A New Graph-Based Implementation of the Tree-Based Pipeline Optimization Tool for Automated Machine Learning. In: Winkler, S., Trujillo, L., Ofria, C., Hu, T. (eds) Genetic Programming Theory and Practice XX. Genetic and Evolutionary Computation. Springer, Singapore. https://doi.org/10.1007/978-981-99-8413-8_1 | ||
|
||
The current version of TPOT was developed at Cedars-Sinai by: | ||
- Pedro Henrique Ribeiro (Lead developer - https://github.com/perib, https://www.linkedin.com/in/pedro-ribeiro/) | ||
- Anil Saini ([email protected]) | ||
- Jose Hernandez ([email protected]) | ||
- Jay Moran ([email protected]) | ||
- Nicholas Matsumoto ([email protected]) | ||
- Hyunjun Choi ([email protected]) | ||
- Miguel E. Hernandez ([email protected]) | ||
- Jason Moore ([email protected]) | ||
|
||
The original version of TPOT was primarily developed at the University of Pennsylvania by: | ||
- Randal S. Olson ([email protected]) | ||
- Weixuan Fu ([email protected]) | ||
- Daniel Angell ([email protected]) | ||
- Jason Moore ([email protected]) | ||
- and many more generous open-source contributors | ||
|
||
|
||
The current version of TPOT was developed at Cedars-Sinai by: | ||
- Pedro Henrique Ribeiro (Lead developer - https://github.com/perib, https://www.linkedin.com/in/pedro-ribeiro/) | ||
- Anil Saini ([email protected]) | ||
- Jose Hernandez ([email protected]) | ||
- Jay Moran ([email protected]) | ||
- Nicholas Matsumoto ([email protected]) | ||
- Hyunjun Choi ([email protected]) | ||
- Miguel E. Hernandez ([email protected]) | ||
- Jason Moore ([email protected]) | ||
|
||
The original version of TPOT was primarily developed at the University of Pennsylvania by: | ||
- Randal S. Olson ([email protected]) | ||
- Weixuan Fu ([email protected]) | ||
- Daniel Angell ([email protected]) | ||
- Jason Moore ([email protected]) | ||
- and many more generous open-source contributors | ||
|
||
## License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters