From fbd26982106bd5c0ef94532ee75659cf350d13af Mon Sep 17 00:00:00 2001
From: Anderson Chaves
Date: Tue, 1 Oct 2019 15:26:23 +0200
Subject: [PATCH 1/2] Update README.md with full name.
Update README.md to add TPOT's full name meaning.
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 54988709..e3e79d6c 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ Package information: [![Python 2.7](https://img.shields.io/badge/python-2.7-blue
+**TPOT** stands for Tree-based Pipeline Optimization Tool and can be referenced on the paper: https://arxiv.org/abs/1603.06212.
+
Consider TPOT your **Data Science Assistant**. TPOT is a Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
![TPOT Demo](https://github.com/EpistasisLab/tpot/blob/master/images/tpot-demo.gif "TPOT Demo")
From 4276330ee76f7952b19f1d73713132aa49c5af95 Mon Sep 17 00:00:00 2001
From: Anderson Chaves
Date: Wed, 2 Oct 2019 16:17:43 +0200
Subject: [PATCH 2/2] [Amend Commit] Update README.md with full name.
Removing link to Arxiv from the beginning and keeping full name explanation.
---
README.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
index e3e79d6c..911b64c8 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,7 @@ Package information: [![Python 2.7](https://img.shields.io/badge/python-2.7-blue
-**TPOT** stands for Tree-based Pipeline Optimization Tool and can be referenced on the paper: https://arxiv.org/abs/1603.06212.
-
-Consider TPOT your **Data Science Assistant**. TPOT is a Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
+**TPOT** stands for **T**ree-based **P**ipeline **O**ptimization **T**ool. Consider TPOT your **Data Science Assistant**. TPOT is a Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
![TPOT Demo](https://github.com/EpistasisLab/tpot/blob/master/images/tpot-demo.gif "TPOT Demo")