Skip to content

Commit 2c655a3

Browse files
committed
update pydata post
1 parent 59f3c96 commit 2c655a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/posts/pydata-paris-2025.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
title: "Pydata Paris 2025"
33
date: 2025-10-02T11:58:15+02:00
4-
last_modified: .Lastmod
54
draft: false
65
---
76

87
- `quarto` for publication-ready reports and presentations (see e.g. https://github.com/paddyroddy/talks)
8+
- an overview of the array API standard by Lucas Colley
99
- optimal transport theory and Python library (https://github.com/PythonOT/POT)
1010
- free-threaded Python rollout (see https://labs.quansight.org/blog/free-threaded-python-rollout, https://lwn.net/Articles/1025893/)
1111
- conflict-free replicated data type (CRDT) for lock-free concurrent read/write access, they don't need locks because they accept conflicts but define rules ("merge" operations) that resolve conflicts (e.g. used collaborative text editors like Google Docs) (see https://read.thecoder.cafe/p/crdt)
1212
- met the maintainer of tslearn, @charavelg
13+
- Introductory talk on prediction intervals and quantile regression based on scikit-learn, but interface seems incomplete, more complete interfaces exists
14+
15+
Talks are available on [here](https://www.youtube.com/playlist?list=PLGVZCDnMOq0rXq5aghELxbd-QgL8uyg0p).

0 commit comments

Comments
 (0)