2024-09-20 13:04:14 -07:00
|
|
|
site_name: TPOT
|
|
|
|
|
site_url: http://epistasislab.github.io/tpot
|
|
|
|
|
site_author: Randal S. Olson
|
|
|
|
|
site_description: Documentation for TPOT, a Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
|
|
|
|
|
|
|
|
|
|
repo_url: https://github.com/epistasislab/tpot
|
2024-09-23 13:36:24 -07:00
|
|
|
edit_uri: edit/master/docs/archived/
|
|
|
|
|
docs_dir: docs/archived/
|
|
|
|
|
site_dir: target/archived_site
|
2024-09-20 13:04:14 -07:00
|
|
|
#theme: readthedocs
|
|
|
|
|
theme:
|
|
|
|
|
name: material
|
2024-09-20 17:14:40 -07:00
|
|
|
logo: assets/tpot-logo.jpg
|
2024-09-23 09:02:06 -07:00
|
|
|
favicon: assets/favicon.ico
|
2024-09-20 13:04:14 -07:00
|
|
|
features:
|
|
|
|
|
- toc.integrate
|
2024-09-20 18:25:51 -07:00
|
|
|
- navigation.top
|
2024-09-20 13:04:14 -07:00
|
|
|
palette:
|
|
|
|
|
# light mode
|
|
|
|
|
- scheme: default
|
2024-09-20 23:22:27 -07:00
|
|
|
primary: grey
|
2024-09-20 13:04:14 -07:00
|
|
|
toggle:
|
|
|
|
|
icon: material/brightness-7
|
|
|
|
|
name: Switch to dark mode
|
|
|
|
|
|
|
|
|
|
# dark mode
|
|
|
|
|
- scheme: slate
|
2024-09-20 23:22:27 -07:00
|
|
|
primary: grey
|
2024-09-20 13:04:14 -07:00
|
|
|
toggle:
|
|
|
|
|
icon: material/brightness-4
|
|
|
|
|
name: Switch to light mode
|
|
|
|
|
|
|
|
|
|
extra:
|
|
|
|
|
version:
|
|
|
|
|
provider: mike
|
|
|
|
|
|
|
|
|
|
extra_css:
|
2024-09-23 13:36:24 -07:00
|
|
|
- css/archived.css
|
2024-09-20 13:04:14 -07:00
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
|
- tables
|
|
|
|
|
- fenced_code
|
|
|
|
|
- pymdownx.highlight:
|
|
|
|
|
anchor_linenums: true
|
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
|
- pymdownx.snippets
|
|
|
|
|
- pymdownx.superfences
|
|
|
|
|
|
2024-09-20 23:22:27 -07:00
|
|
|
plugins:
|
|
|
|
|
- include-markdown
|
|
|
|
|
|
2024-09-20 13:04:14 -07:00
|
|
|
copyright: Developed by <a href="http://www.randalolson.com">Randal S. Olson</a> and others at the University of Pennsylvania
|
|
|
|
|
|
|
|
|
|
nav:
|
|
|
|
|
- Home: index.md
|
|
|
|
|
- Installation: installing.md
|
|
|
|
|
- Using TPOT: using.md
|
|
|
|
|
- TPOT API: api.md
|
|
|
|
|
- Examples: examples.md
|
|
|
|
|
- Contributing: contributing.md
|
|
|
|
|
- Release Notes: releases.md
|
|
|
|
|
- Citing TPOT: citing.md
|
|
|
|
|
- Support: support.md
|
|
|
|
|
- Related: related.md
|