R bloggers

15 New Books added to Big Book of R

May 18, 2025 | Oscar

I’m very excited to announce that 6 English-language books and 9 Portuguese books have been added to the collection of over 400 free, open-source R programming books. Many thanks to Bruno Mioto for the submission of the Portuguese books. As a reminder, there is also a Spanish-language chapter with 15 … The post 15 New ... [Read more...]

User parameters for Shiny applications

May 15, 2025 | Jason Bryer

tl;dr Once the login package is installed, you can run two demos using the following commands: shiny::runApp(paste0(find.package('login'), '/user_params/')) https://github.com/jbryer/login/blob/main/inst/user_params/app.R shiny::runApp(paste0(fi...
[Read more...]

Deep dive into Bayesian Optimization

May 15, 2025 | Giuseppe Casalicchio

JavaScript is required to unlock solutions. Please enable JavaScript and reload the page, or download the source files from GitHub and run the code locally. Goal After this exercise, you should be able to navigate the building blocks of Bayesian optimization (BO) using bbotk and mlr3mbo for general black ... [Read more...]

maestro 0.6.0

May 14, 2025 | Will Hipson

There are a bunch of new features to share as part of the 0.6.0 release of maestro: maestroFlags tag and accompanying get_flags() function for tagging pipelines. maestroPriority tag for determining the order in which simultaneously schedul...
[Read more...]

Nested Resampling

May 14, 2025 | Giuseppe Casalicchio

JavaScript is required to unlock solutions. Please enable JavaScript and reload the page, or download the source files from GitHub and run the code locally. Goal After this exercise, you should be able to understand the importance of nested resampling when tuning ML algorithms to avoid overtuning of HPs and ... [Read more...]

Tuning

May 13, 2025 | Giuseppe Casalicchio

JavaScript is required to unlock solutions. Please enable JavaScript and reload the page, or download the source files from GitHub and run the code locally. Goal After this exercise, you should be able to define search spaces for learning algorithms and apply different hyperparameter (HP) optimization (HPO) techniques to search ...
[Read more...]

Spatial machine learning with caret

May 13, 2025 | Jan Linnenbrink

This is the second part of a blog post series on spatial machine learning with R. You can find the list of other blog posts in this series in part one. Introduction This document shows the application of caret for spatial modelling at t...
[Read more...]

Notes on DEseq2 design

May 13, 2025 | Xianjun Dong

My note from today's lab meeting:For senario like Rambo's project, where in a case-control two group comparison, each subject has multiple repeats (or multiple time points). To test the genes associated with the condition, you must model subject a... [Read more...]

Using LLMs with ellmer workshop by Hadley Wickham

May 13, 2025 | Dariia Mykhailyshyna

Join our workshop on Using LLMs with ellmer, which is a part of our workshops for Ukraine series!  Here’s some more info: Title: Using LLMs with ellmer Date: Friday, June 13th, 18:00 – 20:00 CEST (Rome, Berlin, Paris timezone) Speaker: Hadley Wickham is Chief Scientist at Posit PBC, winner of the 2019 COPSS ... [Read more...]

Multi-Task Learning with torch in R

May 10, 2025 | R'tichoke

Multi-task learning (MTL) is an approach where a single neural network model is trained to perform multiple related tasks simultaneously. This methodology can improve model generalization, reduce overfitting, and leverage shared information acros...
[Read more...]
1 5 6 7 8 9 2,031

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)