Skip to content
View HigorNunesM's full-sized avatar

Block or report HigorNunesM

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
HigorNunesM/README.md

Welcome, I am Higor👋

Who am I?

Self-teaching Data Scientist and Automation Engineering bachelor with 3+ years of experience in major multinationals companies. My goal is to help companies create value and bring results through data science and new technologies.

Main Skills


Lucas-pic

• Programming languages:

• IDEs:

• Libraries:



GitHub Overview




Want to reach me?

           


Projects

• Description:

The idea of this project is to create suggestions of products for costumers to purchase based on past purchases. We use the same methodology as Apriori but doing the math without the library.

We analyze the purchases history to generate metrics such as Support and Confidence, creating association rules between the products.

Then we analyze the purchase history of each client separately to create a recommendation list for the client. Giving them personalized suggestion that they are likely to adhere.

As a bonus we also analyze the most selling items, to suggest those for clients that are not currently buying the company’s best products.

Cross-Selling


• Description:

In this project we implemented a costumer segmentation with a RFM analysis.

Using the client’s purchase history, we were able to generate the metrics for a RFM analysis (Recency, Frequency and Monetary).

With the metrics in hand we segmented the clients accordingly with their scores. This classification method is used to better understand the costumer habits and how to improve the company relationship with them. Having better ad campaigns towards them.

At the end I show 3 examples of clients that could have been better treated if we had their class beforehand.

Cross-Selling


• Description:

In this project we used Streamlit as a local application to run an automation service using Python.

Problem: “Every month I have to take the commissions excel sheet, filter it for each seller, create a new file and then email this file to the seller. Since we have dozens of sellers this task takes a lot of time and it basically lost time.”

So, using Python and its libraries we were able to build this application.

Solution: He is going to upload the commissions excel sheet, select all the variables of the process as inputs. Like the columns with the information, the dates in the email and the email itself. We pre-loaded all the default inputs, so he wouldn’t have to pick this information every time. So essentially all he has to do is to upload the commissions excel and click a button.

Cross-Selling




Under construction!!!

Projects to be add:

Costumer Churn prediction; Next purchase period; Sales Forecast; Quality improvement - Process parameters optimization; Fault prediction of an electric motor;

Popular repositories Loading

  1. HigorNunesM HigorNunesM Public

    My GitHub Overview

  2. cross-selling cross-selling Public

    Recomend products based on costumer behavior

    Jupyter Notebook

  3. costumer-segmentation costumer-segmentation Public

    Ruled based costumer segmentation - RFM Analysis

    Jupyter Notebook

  4. portfolio portfolio Public

    My Website - https://higornunesm.github.io/portfolio/

    HTML

  5. RPA-comission-report RPA-comission-report Public

    Automated task of creating new files and sending by email

    Python

  6. predicting_churn predicting_churn Public

    Forked from carlytaylor0017/predicting_churn

    Jupyter Notebook