Skip to content
View Bassongo's full-sized avatar

Block or report Bassongo

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Bassongo/README.md

Hi, I'm Marc MARE 👋

Data Scientist | Statistics, Machine Learning & Risk
📍 Reims, France (MSc SEP, University of Reims)
🎯 Turning rigorous statistics into models that run in production


About Me

I hold a statistician-analyst degree from ENSAE Pierre Ndiaye (Dakar) and I am now an MSc student in Statistics for Evaluation and Forecasting (SEP) at the University of Reims, France.

My work sits at the intersection of rigorous statistical methods and applied machine learning: anomaly detection, multi-label classification, large-scale data processing, and shipping models to production instead of leaving them in notebooks. Before that, I spent three years designing surveys, running data collection and supervising field teams, which taught me that a model is only as good as the data pipeline behind it.

Short-term goal : an apprenticeship in data science within the banking sector for the 2027 intake, on risk modelling, fraud detection or credit scoring.

Long-term goal : contribute to AI safety research, making powerful AI systems more reliable, interpretable and aligned with human values.


🔭 Featured Projects

Project Description Stack Topics
malware_classification Multi-format threat detection (Windows PE, PDF, URL, Office/VBA), up to 99.82% accuracy, four independent serverless microservices. Python · LightGBM · XGBoost · Optuna · AWS Lambda Anomaly Detection · ML Engineering · Cybersecurity
toxic-comment-classification Multi-label toxicity detection with RoBERTa and XLM-RoBERTa, deployed on AWS with a live dashboard. Python · HuggingFace · AWS NLP · Transformers · Content Moderation
spark-energy-weather-analysis 590K observations across 32 European countries: how weather extremes drive electricity consumption. PySpark · SciPy · Jupyter Big Data · Data Engineering
yolov8-detection-studio Interactive object detection studio for images, webcam and video, with a live demo on Hugging Face. PyTorch · Ultralytics · Gradio Computer Vision · Deep Learning

🧠 Current Focus

  • 🎓 Studying : statistical inference, stochastic processes, neural networks, SAS and SQL (MSc SEP, M1)
  • 🏦 Preparing : an apprenticeship in banking data science for September 2027
  • 📖 Reading : Constitutional AI (Anthropic, 2022) and Attention Is All You Need
  • 🌍 Interested in : NLP for African languages (Wolof, Bambara) with multilingual transformers

🛠️ Tech Stack

Languages : Python · R · SQL · SAS · PySpark
ML / NLP : Scikit-learn · XGBoost · LightGBM · Optuna · HuggingFace Transformers · PyTorch
MLOps : AWS (Lambda, S3, SageMaker) · Docker · Git
Data : Pandas · NumPy · Plotly · Dash · Stata · ODK


📊 GitHub Stats

Marc's GitHub Stats Top Languages


🗺️ Roadmap

2026 ──── MSc SEP (M1), University of Reims · Portfolio consolidation
2027 ──── M2 SEP as an apprentice · Data science in banking
2028 ──── First data scientist role · Risk, fraud or scoring
2032 ──── Senior data scientist, or research through an industrial PhD
2035 ──── Research engineering in AI safety, the long-range target

📫 Let's Connect

LinkedIn GitHub


"The goal of AI safety is not to slow AI down: it is to make sure that when we get there, it was worth arriving."

Pinned Loading

  1. spark-energy-weather-analysis spark-energy-weather-analysis Public

    PySpark analysis of 590K observations across 32 European countries, quantifying how weather extremes affect electricity consumption and renewable production.

    Jupyter Notebook 1

  2. malware_classification malware_classification Public

    Multi-format malware detection across Windows PE, PDF, URL and Office/VBA files, deployed as independent AWS Lambda microservices. Up to 99.82% accuracy.

    Jupyter Notebook 2

  3. toxic-comment-classification toxic-comment-classification Public

    Multi-label toxicity detection with RoBERTa and XLM-RoBERTa, deployed as AWS Lambda microservices with a live comparison dashboard.

    Jupyter Notebook

  4. yolov8-detection-studio yolov8-detection-studio Public

    Interactive YOLOv8 object detection studio for images, webcam and video, built with Ultralytics and Gradio.

    Python