From 1e5642c3c7d417da55ad0b46db971d31b2b7a597 Mon Sep 17 00:00:00 2001 From: Eleanor Thomas Date: Sat, 16 Feb 2019 22:06:28 -0600 Subject: [PATCH] Updated libraries used in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df9dc3..67de532 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Summary and Motivation -The purpose of this project is to explore the Horse Colic dataset from UC Irvine and use it to answer questions with real-world application in horse health and care, such as : +The purpose of this project is to explore the Horse Colic dataset from UC Irvine and use it to answer questions with real-world application in horse health and care, such as: 1. What characteristics are most associated with cases in which the colic needed surgery to be treated? 2. What characteristics of the horse's condition were most associated with a "lived" outcome (as opposed to "died" or "was euthanized")? @@ -12,6 +12,7 @@ The motivation for this project is to satisfy requirements for Term 2 of the Uda ## Libraries Used +- matplotlib.pyplot for visualizations - numpy - pandas