This is a test notebook for testing the admin editing functionality.
1# Sample Python code
2import numpy as np
3import pandas as pd
4
5print("Hello from the admin editor!")
1# Sample Python code
2import numpy as np
3import pandas as pd
4
5print("Hello from the admin editor!")

About the author: Michael Brenndoerfer
All opinions expressed here are my own and do not reflect the views of my employer.
Michael currently works as an Associate Director of Data Science at EQT Partners in Singapore, where he drives AI and data initiatives across private capital investments.
With over a decade of experience spanning private equity, management consulting, and software engineering, he specializes in building and scaling analytics capabilities from the ground up. He has published research in leading AI conferences and holds expertise in machine learning, natural language processing, and value creation through data.
Related Content

Building Intelligent Agents with LangChain and LangGraph: Part 2 - Agentic Workflows
Learn how to build agentic workflows with LangChain and LangGraph.

The Mathematics Behind LLM Fine-Tuning: A Beginner's Guide to how and why finetuning works
Understand the mathematical foundations of LLM fine-tuning with clear explanations and minimal prerequisites. Learn how gradient descent, weight updates, and Transformer architectures work together to adapt pre-trained models to new tasks.

Adapating LLMs: Off-the-Shelf vs. Context Injection vs. Fine-Tuning — When and Why
A comprehensive guide to choosing the right approach for your LLM project: using pre-trained models as-is, enhancing them with context injection and RAG, or specializing them through fine-tuning. Learn the trade-offs, costs, and when each method works best.
Stay updated
Get notified when I publish new articles on data and AI, private equity, technology, and more.