Skip to content
View MCRE-BE's full-sized avatar
  • Creemers Consulting
  • Valence
  • 23:05 (UTC +02:00)

Block or report MCRE-BE

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
MCRE-BE/README.md

Hi there, I'm Mathias

πŸ’« About Me

Creemers Consulting

  • I'm a Business Engineer based in πŸ‡«πŸ‡· Valence πŸ‡«πŸ‡· but coming from πŸ‡§πŸ‡ͺ Antwerp πŸ‡§πŸ‡ͺ
  • I am the owner of Creemers Consulting EURL, my freelance company.
  • I focus on data engineering & analysis, focusing on bridging the gap between IT, BI and Business.
  • I occupied roles as Data Engineer, Project Manager or Warehouse Automation Manager.
  • On tech side, contributions are in data analysis, reporting, ETL and timeseries based AI.
  • I have 10 years of experience in logistics, retail and the FMCJ industry.
  • I am trilingual Dutch, French & English
  • I enjoy spending time with my dog 🐾 in the mountains ⛰️ and any outdoor sport πŸš²πŸƒπŸŠβ€β™‚οΈπŸšΆβ€β™‚οΈ

I am not a technology expert, but a savy business user that is able to understand your problems and translate them to solutions.

🌐 Connect with me

LinkedIn Gmail

Night Coding

βš™οΈ Tech Stack

Here are some technologies I enjoy working with and have experience with :

Markdown Visual Studio Code Power Bi Microsoft Excel Analysis for Office

Python Packages

Python Matplotlib NumPy Pandas scikit-learn Scipy

DevOps

GitHub Actions Git GitHub

Documentation

Confluence Notion

At home

Home Assistant Pi-Hole Plex

πŸ“Š GitHub Stats:



Pinned Loading

  1. A simple Fourier Extrapolation imple... A simple Fourier Extrapolation implementation in Python
    1
    """Fast Fourier Transform class.
    2
    3
    A simple fourier based extrapolation or forecasting class. It is heavily inspired
    4
    by two gists or codes listed below.
    5
  2. Column or Feature selection algorithms Column or Feature selection algorithms
    1
    """CramersV detection and suppression algorithm for OHE columns.
    2
    3
    See Also
    4
    --------
    5
    `Multicollinearity impact <www.kaggle.com/code/ffisegydd/sklearn-multicollinearity-class/notebook>`_
  3. Simple TS_Clustering class with some... Simple TS_Clustering class with some plotting options
    1
    """TimeSeries clustering algorithm transformer."""
    2
    
                  
    3
    # %%
    4
    ###################
    5
    # IMPORT STATMENT #