Skip to content
View IbLahlou's full-sized avatar
đź’Ľ
be pro !
đź’Ľ
be pro !

Block or report IbLahlou

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
IbLahlou/README.md

Ibrahim Lahlou

"Curiosity drives learning; understanding drives creation."

About Me

I am an ML engineer and data scientist from Morocco dedicated to building production-ready machine learning systems. My work spans the entire machine learning lifecycle—from problem analysis and data engineering to model development, deployment, and monitoring.

Rather than chasing complexity, I focus on clarity. I believe that strong foundations matter more than trendy tools, and that deep understanding always outperforms imitation. For me, machine learning is not just about training models; it is about designing systems that are reliable, maintainable, and grounded in first principles.

Approach & Philosophy

My work begins with the problem itself. I take a problem-first mindset, investing time in understanding requirements, constraints, and data before writing a single line of code. Clear problem framing leads to solutions that are not only technically sound but genuinely useful.

Experimentation is central to how I learn and build. I rely on practical iteration—developing prototypes, running controlled experiments, and refining ideas based on evidence. This hands-on process transforms abstract concepts into tested, working systems.

Continuous improvement shapes my growth as an engineer. I reflect on outcomes, analyze failures without ego, document insights, and refine my methods. Each project becomes both a solution and a learning opportunity.

I also value knowledge sharing. Writing documentation, structuring workflows, and creating reusable systems strengthens my own understanding while making collaboration easier for others.

At the core of my work lies a strong emphasis on MLOps foundations. Scalable infrastructure, reproducibility, monitoring, and maintainability are not afterthoughts—they are integral parts of the system. I aim to build solutions that work not just once, but consistently over time.


svgviewer-output

mlops-pipeline on: push, pull_request

ML Design 1m 30s Model Development 5m 45s Operations 3m 20s
GitHub Statistics

Streak

Contribution Graph


Connect With Me

GitHub: IbLahlou
LinkedIn: Ibrahim Lahlou
Twitter: @ILoDo01
Discord: Join


Location: Morocco

Pinned Loading

  1. test_ks_psi.py test_ks_psi.py
    1
    import numpy as np
    2
    
                  
    3
    # KS Test
    4
    def ks_test(train_data, test_data):
    5
        # Combine the data and sort it