Repost: R 4.5.0 and Bioconductor 3.21

April 17, 2025 | Stephen Turner

Reposted from the original at https://blog.stephenturner.us/p/r-450-bioconductor-321.Faster package installation, import only the functions you want with use(), built-in Palmer penguins data, grep values shortcut, and lots of new bioinformatics pa...
[Read more...]

Welcome, Ashley Tarasiewicz

April 15, 2025 | Mike Stackhouse

Hello pharmaverse community! I’m thrilled to announce that Ashley Tarasiewicz will be taking over the Atorus seat from me on the Pharmaverse council. Ashley has been a contributor to the pharmaverse since the early days of its inception, contr... [Read more...]

Assessing rating scale dimensionality through bifactor model-based indices in R workshop

April 15, 2025 | Dariia Mykhailyshyna

Join our workshop on Assessing rating scale dimensionality through bifactor model-based indices in R, which is a part of our workshops for Ukraine series!  Here’s some more info:  Title: Assessing rating scale dimensionality through bifactor model-based indices in R Date: Thursday, May 15th, 18:00 – 20:00 CET (Rome, Berlin, Paris timezone) Speaker: ... [Read more...]

K-Means Clustering Analysis of Apple, Microsoft, and Nvidia

April 15, 2025 | Selcuk Disci

The exemption of key electronic components from tariffs is likely to positively impact Apple more, which manufactures approximately 90% of its iPhones in China, compared to other tech giants like Microsoft and Nvidia. Furthermore, the k-means clustering chart shows that Apple has diverged year to date, specifically after the April 2 tariffs. ... [Read more...]

Sport data from Runalyze

April 14, 2025 | Michael

Runners – CC-BY by ~jar{} I already explored how to get your activities from Strava. Maybe you use Runalyze instead? In that case you can do some web scraping to export your data. library(httr) library(rvest) library(glue) library(read...
[Read more...]

Choroplethr v4.0.0 is now on CRAN

April 14, 2025 | Ari Lamstein

choroplethr version 4.0.0 is now on CRAN. You can install it like this: With this version, I have transferred the maintenance of choroplethr to Zhaochen He, an economics professor at Christopher Newport University. Zhao addressed the issues that led to choroplethr being archived from CRAN in February. Please join me in ...
[Read more...]

Benchmarking

April 13, 2025 | Giuseppe Casalicchio

Goal We will go beyond resampling single learners. We will learn how to compare a large number of different models using benchmarking. In this exercise, we will not show you how to tune a learner. Instead, we will compare identical learners with...
[Read more...]

Train Predict Evaluate Basics

April 13, 2025 | Giuseppe Casalicchio

Goal Our goal for this exercise sheet is to learn the basics of mlr3 for supervised learning by training a first simple model on training data and by evaluating its performance on hold-out/test data. German Credit Dataset The German credit dat... [Read more...]

Resampling Solution

April 13, 2025 | Giuseppe Casalicchio

Goal You will learn how to estimate the model performance with mlr3 using resampling techniques such as 5-fold cross-validation. Additionally, you will compare k-NN model against a logistic regression model. German Credit Data We work with the...
[Read more...]

Tree Methods

April 13, 2025 | Giuseppe Casalicchio

Goal The goal for this exercise is to familiarize yourself with two very important machine learning methods, the decision tree and random forest. After this exercise, you should be able to train these models and extract important information to ... [Read more...]

Benchmarking

April 13, 2025 | Giuseppe Casalicchio

Goal We will go beyond resampling single learners. We will learn how to compare a large number of different models using benchmarking. In this exercise, we will not show you how to tune a learner. Instead, we will compare identical learners with...
[Read more...]

Tree Methods

April 13, 2025 | Giuseppe Casalicchio

Goal The goal for this exercise is to familiarize yourself with two very important machine learning methods, the decision tree and random forest. After this exercise, you should be able to train these models and extract important information to ...
[Read more...]

Resampling

April 13, 2025 | Giuseppe Casalicchio

Goal You will learn how to estimate the model performance with mlr3 using resampling techniques such as 5-fold cross-validation. Additionally, you will compare k-NN model against a logistic regression model. German Credit Data We work with the...
[Read more...]

Train Predict Evaluate Basics

April 13, 2025 | Giuseppe Casalicchio

Goal Our goal for this exercise sheet is to learn the basics of mlr3 for supervised learning by training a first simple model on training data and by evaluating its performance on hold-out/test data. German Credit Dataset The German credit dat... [Read more...]
1 11 12 13 14 15 2,188