tiny ( <400loc) implementation of Gemma3 270M using torch for #rstats
github.com/mlverse/minh...
Includes support for loading weights from hugging face hub.
github.com
Minimal implementation of Deep Learning models. Contribute to mlverse/minhub development by creating an account on GitHub.
luz v0.5.1 is now on #rstats CRAN. Just a small bug fix related to forwarding `predict` parameters to the model. I also added a new Variational Autoencoder example to our examples gallery: mlverse.github.io/luz/articles...
With a nice latent space vis ;)
Just published a new blogpost on torch for #rstats updates: opensource.posit.co/blog/2026-04...
We just released a blog post about something I'm very excited about: Great Docs. Post is in the *new* Posit Open Source site:
opensource.posit.co/blog/2026-04...
Great Docs is a #python pkg for creating beautiful Python package websites. We make it easy to use but also give you lots of options.
As an #rstats dev, I never expected writing a PR to ipykernel :) github.com/ipython/ipyk... It's now running for everyone with ipykernel >= 7.1
The motivation for it comes from working on inegrating
Apple embedding atlas into ragnar: github.com/tidyverse/ra...
We ended up using the python package, but we could have used a #rstats / JS only solution if we had some nice mosaic integration.
Just made a nice website for mosaicr. A small #rstats htmlwidget package that allows using
@idl.uw.edu Mosaic data visualization framework from R.
The real power comes when embedding Mosaic plots within Shiny apps. See examples and docs in
dfalbel.github.io/mosaicr/
This was really nice to watch #rstats :) Fun application of attention models. Also nice to see torch used for such important work! youtu.be/0Zra1WYoiOM?...
We just released raghilda to PyPi. Raghilda is a framework for building RAG systems in #python. See the release blogpost: opensource.posit.co/blog/2026-04...
An overview of recent updates across the torch ecosystem.
opensource.posit.co
Great Docs is a new documentation site generator for Python packages. It auto-discovers your API, builds a modern site with Quarto, and ships with LLM-friendly features and one-command deployment.
opensource.posit.co
This PR proposes a patch to address the issue described in #1438 (comment)
With this, we no longer asssume that the IPykernel app starts from the main thread. Instead, we keep a reference to the la...