Pierre Aumjaud
Data Analyst | Turning Data into Strategy | SQL, Python | Business Intelligence

Passionate about transforming data into actionable insights, I specialise in:
- Data Analytics : data acquisition, data cleaning, data visualization, interactive dashboards, process monitoring.
- Machine Learning : predictive modeling, anomaly detection, reinforcement learning (robotics), evolutionary optimization.
- Python : Scikit-learn, Pytorch, NumPy, Pandas, Matplotlib.
- Databases : MySQL
-
Data Analysis and Regression Predictions with Python
Built a predictive model in Python to forecast residential home prices, applying machine learning with scikit-learn to solve a supervised regression problem.
-
Exploratory Data Analysis and Classification Predictions with Python
Developed a predictive model to identify factors influencing survival during the Titanic disaster. This project involved a complete machine learning workflow, from data cleaning and feature engineering to fitting a classifier.
-
Deployment of a Large Language Model Web Application
Deployed a chatbot prototype to explore the capabilities of large language models. This project involved integrating the Llama 2 API from Replicate into a responsive front-end web application built with Streamlit.
-
Data Visualisation with Tableau
A collection of data visualisation dashboards with Tableau.
-
Customer Data Cleaning with SQL
Processed raw customer data using SQL by removing duplicates, handling missing values, standardizing formats, and splitting columns for better analysis. Ensured data integrity and prepared it for actionable insights.
-
Reinforcement Learning for Robotic Arm Control
Trained a reinforcement learning agent in a custom Gymnasium environment to solve a robotic reach task using PyBullet physics. This project demonstrates my ability to implement RL algorithms, simulate robotic systems, and optimize control policies for real-world applications.
-
Custom Reinforcement Learning Environments
Developed modular Gymnasium environments for training RL agents, integrating physics-based robotics simulations via PyBullet and ROS.
-
Classifier Visualisation
Developed an intuitive Python tool to train, evaluate, and visualize decision boundaries of multiple classifiers (SVM, Random Forest, Logistic Regression) on 2D datasets. Implemented hyperparameter tuning to optimize model performance while providing visual explanations of model behavior and trade-offs.
-
Multi-Objective Optimization in Python
A collection of practical examples and visualizations demonstrating evolutionary algorithms, constraint handling, and Pareto front analysis using the PYMOO framework.