Turning big data into big insights, and coffee into code.
email me: green.milok@gmail.com
Find me on LinkedIn
Here are some of my best Data Science Projects. I have explored various machine-learning algorithms for different real-world datasets. Please feel free to contact me to learn more about my experience working on these projects.
Skills used: Python, Pandas, SKlearn, Matplotlib
Project Objective: Identification of the type of Breast Cancer for quicker diagnosis. This assists professionals in the medical field to take appropriate measures to accurately diagnose, treat, and save lives.
Quantifiable result: Types of tumors were successfully classified with 96% accuracy by using K-means algorithm.
Skills used: Python, Pandas, SKlearn, TfidVectorizer
Project Objective: Given a review, determine whether the review is positive or negative based on Amazon foods.
Quantifiable result: A rating of 4 or 5 could be considered a positive review. A review of 1 or 2 could be considered negative. A review of 3 is neutral and ignored. This is an approximate way of determining the polarity (positivity/negativity)
Skills used: Python, Pandas, SKlearn, Matplotlib,KNN,NB
Project Objective: In this project, the data provided multiple instances of orthopedic parameters and their classification as either Normal or Abnormal. I implemented K Nearest Neighbor to classify and diagnose the patients.
Quantifiable result: Successfully classified the orthopedic parameters as either Normal or Abnormal with an accuracy of 81%.
Skills used: Python, Pandas, SKlearn, Matplotlib, XGboost Classifier, BaggingClassifier
Project Objective: Predict fraud by using the data gathered from features associated with clicks, such as IP address, operating system, device type, time of click, etc.
Quantifiable result: Successful classification of people who did and did not download the app after watching an advertisement with an accuracy of 97%.
Skills used: Python, Pandas, SKlearn, Matplotlib
Project Objective: Using the real-world data of a Portuguese banking institution, predict if a client will subscribe to a term deposit (variable y).
Quantifiable result:
Skills used: Python, Pandas, SKlearn, Matplotlib
Project Objective: Predicting Bike rental demand based on weather and seasonal factors in advance to take appropriate measures which finally will result in bike utilization.
Quantifiable result: Successfully able to predict the Bike rental demand resulting in 94% accuracy.