Introduction to data science

Project:Effectiveness Of STD Drugs

Installations

This project requires Python 3.x and the following Python libraries installed:

scikit-learn==0.21.2
pandas==0.24.2
numpy==1.16.4
matplotlib==3.1.0
seaborn==0.9.0
keras
You will also need to have software installed to run and execute an iPython Notebook

Project Motivation

As per Udacity Data Scientist Nanodegree project Term 2 project to write a Data science blogpost using CRISP-DM. So, I used the STD Drugs Data set which is available online. You can Download the data set from the link Click Here

Here is the link for my Medium Article on the same where I have Disscused in brief about my findings. Click Here

Run

In a terminal or command window, navigate to the top-level project directory Write_BlogPost/ (that contains this README) and run one of the following commands:

ipython notebook Effectiveness Of Drugs.ipynb

or

jupyter Effectiveness Of Drugs.ipynb
This will open the iPython Notebook software and project file in your browser.