John Draper

Data Scientist

(almost) Master's degree in Data Science with demonstrated ability to work in diverse interdisciplinary domains

Get to know me!

I am a Data Scientist who :

  • 💕 loves to solve complex problems in diverse domains
  • ☁️ is AWS certified to do more with less on the cloud
  • 🦾 uses machine learning to see the unseen
  • 🤖 is addicted to chatGPT and cutting edge technology
  • ⚕️has deep medical domain knowledge. My patients call me Dr. John
  • 🅰️ earns a 4.0 GPA and is a teacher's pet
  • 📊 showcases your data. Tableau certified!

Let me show you what I can do

Here are some projects that I would love to show off.

April 15, 2023

Classification With a Tabular Disease Dataset

As part of a kaggle machine learning competition, I was given tabular training data which consisted of sixty four columns of 1s and 0s representing the presence of symptoms ranging from back pain to nose bleeding. Instructions were asked to predict which of the 13 possible diseases was present for each of the 300 row in the test data. Iterations of my solution involved a deep neural network and a random forest classifier model which were trained on data which I cleaned and feature engineered. My best solution however was obtained using the open source framework developed by Yandex.