@e10v.me.bsky.social
Product director and former principal data scientist at a services marketplace
ClickHouse permission tweak + a missing SQL filter β ML feature pipeline down β the internet breaks π€
Another case supporting Talebβs thesis that the world has become more fragile
Other examples that come to mind: the Amazon outage last month and the CrowdStrike-related outage last year
P.S. Paying to apply may sound provocative and require thoughtful consideration and careful testing. But here, I focus on why price signals may address this problem better than AI-based screening.
24.10.2025 09:21 β π 0 π 0 π¬ 0 π 0Read more: e10v.me/prices-as-mo...
24.10.2025 06:34 β π 0 π 0 π¬ 1 π 0Then I asked myself what this solution has that AI doesn't. Thatβs how I arrived at the analogy that prices act as model weights: they encode market information. An important difference: prices incorporate signals from dispersed, hard-to-observe data that an AI/ML model may not access.
24.10.2025 06:34 β π 0 π 0 π¬ 1 π 0I was thinking about the labor market congestion problem and came up with a solution that is often used in service marketplaces: pay to apply... π§΅
24.10.2025 06:33 β π 0 π 0 π¬ 1 π 0Another perspective on marshmallow test: market risk and diminishing marginal utility
10.10.2025 07:31 β π 2 π 0 π¬ 0 π 0In NotebookLM, the output language is global. A per-notebook setting would be much more convenient
31.08.2025 07:02 β π 0 π 0 π¬ 0 π 0As a non-native English speaker, I donβt want YouTube auto-translating titles, chapters, and descriptions; I want the originals
31.08.2025 07:02 β π 0 π 0 π¬ 1 π 0Itβs astonishing that Google employs so many multilingual people yet designs products as if users speak only one language
31.08.2025 07:01 β π 2 π 0 π¬ 1 π 0Some mentions of the quote "all models are wrong, but some are useful" should be followed by "the map is not the territory"
17.07.2025 16:03 β π 0 π 0 π¬ 0 π 0We wanted flying cars, instead we got scooter riders honking at our backs and knocking us off our feet
02.07.2025 07:49 β π 0 π 0 π¬ 0 π 0Pre-LLM era take-home assignments: focus on evaluating *answers*; LLM era: focus on evaluating *questions*.
"Here is the problem-solving case: [β¦]. Use an LLM to solve it. Provide a summary of your conversation with the LLM, including the questions you asked and the final solution you obtained."
Every relevant cost can ultimately be framed as an opportunity cost. So, in essence, opportunity cost is the only cost that matters.
13.05.2025 13:01 β π 0 π 0 π¬ 0 π 0In statistics, answering a wrong question is sometimes called a Type III error. I've already mentioned it in a blog post: e10v.me/ranking-two-...
12.05.2025 12:37 β π 0 π 0 π¬ 0 π 0From my personal experience, people often skip steps 1 and 3, which can lead to bad decisions or mediocre solutions.
You probably read this in a statistical or data-analysis context. But I believe the framework applies more broadly.
...
4. What data do we need to apply the model?
5. What conclusions can we draw after applying the model?
A ladder of questions in analysis:
1. Which question should we ask to address a decision or a problem?
2. Which model should we choose to answer the question?
3. Which assumptions must hold for the model to be valid, and do they hold?
... π§΅
#DecisionIntelligence #ModelThinking #Logic
Demo of Narwhals dataframe-agnostic function which supports PySpark
Plot of PySpark dataframe after converting it to PyArrow
SQL generation from Polars syntax
β¨ Narwhals now supports PySpark
π If you have a dataframe-agnostic function, you can pass in `pyspark.sql.DataFrame`
π Here's a demo, made with @marimo.io
π BONUS feature: combine with SQLFrame, to generate SQL from @pola.rs syntax πͺ
ππ
- Whatβs new in tea-tasting: github.com/e10v/tea-tas...
- Guide on simulated experiments and A/A tests: tea-tasting.e10v.me/simulated-ex...
- Examples/guides as marimo notebooks: github.com/e10v/tea-tas...
A/A tests are useful for identifying potential issues before conducting the actual A/B test. Treatment simulations are great for power analysisβespecially when you need a specific uplift distribution or when an analytical formula doesnβt exist.
05.05.2025 13:43 β π 0 π 0 π¬ 1 π 0@marimo.io is not only a great tool for reproducible and interactive researchβit's also perfect for interactive documentation where users can play with examples. You can run them as WASM notebooks entirely in your browserβno local setup needed. I personally love marimo's attention to detail.
05.05.2025 13:43 β π 0 π 0 π¬ 1 π 0The version 1.0 of tea-tasting, a Python package for the statistical analysis of A/B tests, is now available. Notable improvements:
- Interactive user guides built with @marimo_io notebooks.
- Simulated experiments, including A/A tests.
#abtesting #statistics #datascience
Wow, ChatGPT is really smart now π
But better check for yourself: github.com/e10v/tea-tas...
#abtesting #statistics #chatgpt #ai
It's actually Cunningham's Law... Wait... Dammit!
26.12.2024 15:10 β π 2 π 0 π¬ 1 π 0Does atom count?
e10v.me/atom.xml
And at least one package from the long tail now also uses Narwhals under-the-hood (tea-tasting)
14.12.2024 22:08 β π 1 π 0 π¬ 0 π 0How's your work on the new streaming engine? Can't wait to try it.
04.12.2024 20:14 β π 0 π 0 π¬ 0 π 0Try tea-tasting for the analysis of A/B tests: github.com/e10v/tea-tas...
02.12.2024 13:00 β π 1 π 0 π¬ 0 π 0Another improvement is that columns are now cast to float before aggregation by variant, which is important for PostgreSQL and databases based on PostgreSQL like Greenplum.
02.12.2024 13:00 β π 0 π 0 π¬ 1 π 0