From b6cf12e8a8c84a4bda2602b18d2b9f29883a1b45 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 12 Jul 2020 09:23:56 -0700 Subject: [PATCH] tweak --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0f8bbf4..bc28dc62 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,11 @@ ## Description A python library for decision tree visualization and model interpretation. -By [Terence Parr](http://parrt.cs.usfca.edu), a professor in the [University of San Francisco's data science program](https://www.usfca.edu/arts-sciences/graduate-programs/data-science), and [Prince Grover](https://www.linkedin.com/in/groverpr). Recently [Tudor Lapusan](https://github.com/tlapusan) has been making nice contributions. +Authors: + +* [Terence Parr](http://parrt.cs.usfca.edu), a professor in the [University of San Francisco's data science program](https://www.usfca.edu/arts-sciences/graduate-programs/data-science) +* [Tudor Lapusan](https://github.com/tlapusan) +* [Prince Grover](https://www.linkedin.com/in/groverpr) See [How to visualize decision trees](http://explained.ai/decision-tree-viz/index.html) for deeper discussion of our decision tree visualization library and the visual design decisions we made.