/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

datascience.blog.wzb.eu
| | ajcr.github.io
4.4 parsecs away

Travel
| | Haphazard investigations
| | tomaugspurger.net
3.8 parsecs away

Travel
| | This is part 4 in my series on writing modern idiomatic pandas. Modern Pandas Method Chaining Indexes Fast Pandas Tidy Data Visualization Time Series Scaling Wes McKinney, the creator of pandas, is kind of obsessed with performance. From micro-optimizations for element access, to embedding a fast hash table inside pandas, we all benefit from his and others' hard work. This post will focus mainly on making efficient use of pandas and NumPy.
| | sebastianraschka.com
2.7 parsecs away

Travel
| | I'm Sebastian: a machine learning & AI researcher, programmer, and author. As Staff Research Engineer Lightning AI, I focus on the intersection of AI research, software development, and large language models (LLMs).
| | polymathprojects.org
23.1 parsecs away

Travel
| It's probably time to refresh the previous thread for the "finding primes" project, and to summarise the current state of affairs. The current goal is to find a deterministic way to locate a prime in an interval $latex [z,2z]$ in time that breaks the "square root barrier" of $latex \sqrt(z)$ (or more precisely, $latex z^{1/2+o(1)}$)....