Skip to content

Commit

Permalink
refactoring tpot2 to tpot
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmatsumoto committed Dec 23, 2024
1 parent c1c6085 commit 46dd968
Show file tree
Hide file tree
Showing 114 changed files with 1,771 additions and 18,687 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*.pyc
.pytest_cache/
TPOT2.egg-info
TPOT.egg-info
TPOT.egg-info
*.tar.gz
*.pkl
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

<br>

![Tests](https://github.com/EpistasisLab/tpot2/actions/workflows/tests.yml/badge.svg)
[![PyPI Downloads](https://img.shields.io/pypi/dm/tpot2?label=pypi%20downloads)](https://pypi.org/project/TPOT2)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/tpot2?label=conda%20downloads)](https://anaconda.org/conda-forge/tpot2)
![Tests](https://github.com/EpistasisLab/tpot/actions/workflows/tests.yml/badge.svg)
[![PyPI Downloads](https://img.shields.io/pypi/dm/tpot?label=pypi%20downloads)](https://pypi.org/project/TPOT)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/tpot?label=conda%20downloads)](https://anaconda.org/conda-forge/tpot)

TPOT stands for Tree-based Pipeline Optimization Tool. TPOT is a Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming. Consider TPOT your Data Science Assistant.

Expand Down Expand Up @@ -39,7 +39,7 @@ The original version of TPOT was primarily developed at the University of Pennsy

## License

Please see the [repository license](https://github.com/EpistasisLab/tpot2/blob/main/LICENSE) for the licensing and usage information for TPOT.
Please see the [repository license](https://github.com/EpistasisLab/tpot/blob/main/LICENSE) for the licensing and usage information for TPOT.
Generally, we have licensed TPOT to make it as widely usable as possible.

TPOT is free software: you can redistribute it and/or modify
Expand All @@ -57,7 +57,7 @@ License along with TPOT. If not, see <http://www.gnu.org/licenses/>.

## Documentation

[The documentation webpage can be found here.](https://epistasislab.github.io/tpot2/)
[The documentation webpage can be found here.](https://epistasislab.github.io/tpot/)

We also recommend looking at the Tutorials folder for jupyter notebooks with examples and guides.

Expand Down
1,487 changes: 331 additions & 1,156 deletions Tutorial/1_Using_TPOT.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 46dd968

Please sign in to comment.