Cost efficiency levers with Hyperpod. And we even get nice Grafana stats!
03.02.2026 20:41
👍 0
🔁 0
💬 0
📌 0
A blueprint of questions to ask before you provision your servers.
03.02.2026 20:32
👍 0
🔁 0
💬 1
📌 0
Our next talk is From Zero to HyperPod: Cutting Infrastructure Complexity for Distributed Model Training on AWS - Anton Nazaruk
03.02.2026 20:16
👍 1
🔁 0
💬 1
📌 0
We’ve just seen a 2 minute demo of calculations that would have taken hours before!
And there is useful explainability: here’s a plot of the first DMD mode overlaid on a map.
03.02.2026 19:34
👍 1
🔁 0
💬 0
📌 0
It also uses dynamic mode decomposition for SVD for spatial dimensionality, similar to PCA. But noise can be a big problem—though luckily we can fix with a post processing step.
03.02.2026 19:31
👍 0
🔁 0
💬 1
📌 0
SVD-ROM uses Dask extensively. Dask has two algorithms for SVD: TSQR (tall-and-skinny) exact an randomised approximate. The randomised results are almost as accurate and MUCH faster.
03.02.2026 19:22
👍 1
🔁 0
💬 1
📌 0
SVD-ROM implements Reduced Order Modeling (ROM) algorithms based on the Singular Value Decomposition (SVD)
It’s really useful for high dimensional dynamical systems like weather or climate data.
03.02.2026 19:18
👍 0
🔁 0
💬 1
📌 0
Our first talk tonight is SVD-ROM: Reduced Order Modeling of huge arrays using the Singular Value Decomposition - David Salvador-Jasin
03.02.2026 19:14
👍 2
🔁 1
💬 1
📌 0
Excited to be back for another PyData London meetup! 🥳
03.02.2026 19:10
👍 2
🔁 0
💬 0
📌 0
Lighting talk: Understanding Embedding Space: Surprises, Pitfalls, and Intuition - Alper Nebi Kanlı
02.12.2025 21:04
👍 3
🔁 0
💬 1
📌 0
But this matters beyond jokes. Are we missing valuable answers because the models are being too safe?
02.12.2025 20:54
👍 0
🔁 0
💬 0
📌 0
Project Architecture and example output snapshot showing the results of querying the symbolic chess endpoint and LLM reasoning.
02.12.2025 19:32
👍 1
🔁 0
💬 1
📌 0
He uses an agentic flow combining LLMs with symbolic chess engines to generate grounded chess commentary.
02.12.2025 19:29
👍 0
🔁 0
💬 1
📌 0
Our first talk is Productionising research papers with Python and serverless infrastructure - Chess commentary generation use case @guillaumealla.in
02.12.2025 19:24
👍 1
🔁 0
💬 1
📌 0
Excited to kick off our 102nd PyData meetup! Jiarui is compering us tonight and as ever we’re hosted by the kind folks at Man AHL.
02.12.2025 19:14
👍 0
🔁 0
💬 0
📌 0
Find pytest-fixture-fixture on GitHub and install via pip or uv
github.com/fferegrino/p...
04.11.2025 20:42
👍 0
🔁 0
💬 0
📌 0
Pytest fixtures great but are slightly strange things. They feel a bit too much like magic sometimes.
@feregri.no solution is pytest-fixture-fixture (really!)
Fixtures, for fixtures. Handy fixtures to access your test fixtures from your pytest tests.
04.11.2025 20:29
👍 0
🔁 1
💬 1
📌 0
Data-driven testing is an approach where test logic stays the same, but the input data and expected outputs come from external sources.
Here’s a Pytest example.
04.11.2025 20:24
👍 0
🔁 0
💬 1
📌 0
Next tonight we’re hearing about No More Boilerplate: Data-Driven Testing Made Easy from @feregri.no
04.11.2025 20:19
👍 2
🔁 0
💬 1
📌 0