LoicChamplong / Predictive-Analytics-For-Business

Various projects dedicated to Machine Learning in a business perspective.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predictive-Analytics-For-Business

Various projects dedicated to Machine Learning in a business perspective. Those projects are either made with Alteryx,Python or Excel directly.

They all rely on several steps:

1 - Data Manipulation

In order to be able to perform machine learning, you need first to make sure your dataset is cleaned (no nulls, NaNs, outliers, ...).

2 - Analysis

After cleaning up the dataframe, it is required to analyze the data and understand them. You might also need to aggregate them and then see their correlation with one another.

3 - Machine Learning

There are different ways and aglorithms that can help predict an outcome (a turnover, churn rate, etc). Most of the techniques I used are:

  • Linear Regression
  • Logistic Regression
  • Tree models (Random Forest and Decision TreeĀ°
  • Boosted models
  • Cluster Analysis
  • AB Testing
  • Time series

About

Various projects dedicated to Machine Learning in a business perspective.


Languages

Language:Jupyter Notebook 100.0%