Hello!
Welcome to my Portfolio!

My name is Jihar Gifari. I am a research and data enthusiast with an economics background from Brawijaya University. Apart from my background in economics, I am also hugely passionate about Data Science and Machine Learning which are crucial for data-driven decision making. I have experiences on conducting several data science projects with real case and real world data. Hence, I can help company to make a better decision based on their data using scientific method. Additionally, Public Speaking is also my exceptional skill and qualified expertise.

Here are some of
My Data Science Projects


Customer Segmentation Using RFM Analysis & Order Cancellation Prediction

This project covered both supervised and unsupervised learning. Using E-Commerce data that contain an actual transaction from online retail in UK, this projects is conducted to perform a clustering and classification model. The aims of this project is to find a pattern from customer buying behavior and generates order cancellation predictions, so that the managements and business teams could create a more solid personalized data-driven marketing strategy.


Hotel Reservation Cancellation Prediction

A full process of Machine Learning Projects from Data Cleaning to Model Evaluation as one of the requirements to graduate from Purwadhika Digital Technology School. The purpose of this projects is to predict which reservation that will be cancelled using a real Hotel data that was extracted directly from hotels’ Property Management System (PMS) SQL databases. Key points that is covered in this projects is Data Cleaning and Preprocessing, EDA, Model Building and Hyper-parameter tuning (RandomSearchCV), and Model Evaluation (Confusion Matrix and Results Interpretation)


Customer Churn Prediction

In this project-based learning from DQLab, I created a machine learning which able to predict a customer churn from DQLab Telco Company data. Key points that I did in this projects is data visualization, exploratory data analysis(EDA), data preprocessing, and data modelling. Machine Learning model that I used in this projects is Logistic Regression, Random Forest Classifier, and Extreme Gradient Boosting.


Implementation of Machine Learning In Retail Business : Market Basket Analysis

This projects is one of the learning materials when I and other data professionals from Xeratic gave a corporate training and data education to one of their client, Direktorat Jenderal Pajak. This is an unsupervised learning projects which aims to uncover patterns and knowledge about which products that should be sold together. Using an actual online retail data from UK, This projects is done by using the mlxtend library and using the apriori algorithm also the association rules concepts.


Recommender System On Anime Dataset Using Content-Based and Collaborative Filtering

In this project, I created a recommender system that will be able to give an anime recommendation using two different methods, which is content-based filtering and collaborative filtering. In content-based filtering, I used CountVectorizer and Cosine Similarity as the basis algorithms to find similar anime movie (or series). While in collaborative filtering I used statistical correlation between each users feedback to see which movie that a similar person watched.