Nested Forecasting with Spark: Blockchain ETF Trends

October 10, 2025 | Selcuk Disci

Bitcoin hit an all-time high of $125,664 on October 5. This increase was fueled by a historic net inflow of $3.24 billion into spot Bitcoin ETFs and rising public demand. In this article, we will predict the trend of two blockchain ETFs using nested forecasting with the Spark backend. I couldn’t use ...
[Read more...]

GPU Support in Bioconductor

October 9, 2025 | Andres Wokaty

Introduction GPU acceleration enables faster and more scalable analysis workflows, especially for tasks like deep learning, image processing, and large-scale genomics, making Bioconductor more powerful for researchers working with complex data....
[Read more...]

Halloween in the Round

October 8, 2025 | R on kieranhealy.org

Last year I wrote about cleaning some data from the NHTSA FARS database, the system that tracks information about road accidents in the United States. I did that again this year for my Modern Plain Text Computing class. I won’t repeat the cleanin... [Read more...]

[R] Setting Up an Interactive R Shiny Plotting App

October 7, 2025 | Zhenguo Zhang

Zhenguo Zhang's Blog /2025/10/08/r-setting-up-an-interactive-r-shiny-plotting-app/ -I have an ieda of creating a shiny app to create all kinds of plots interactively, so that users can choose their color, symbols, etc, which is very useful for data exploration and make a publication-quality figure. Today, I make it and published it at https://... [Read more...]

Text Analytics in R with quanteda (Part 1)

October 6, 2025 | R'tichoke

Required Packages library(quanteda) library(quanteda.textstats) library(quanteda.textplots) library(readr) library(dplyr) library(ggplot2) library(stringr) library(DT) library(tidytext) Understanding Text Analytics Fundamentals Text analytic...
[Read more...]

Iterating some sample data

October 3, 2025 | R on kieranhealy.org

I’m teaching my Modern Plain Text Computing course this semester and so I’m on the lookout for small examples that I can use to show some of the small techniques we regularly use when working with tables of data. One of those is just coming up with some ... [Read more...]
1 2 3 2,199