44 тысяч подписчиков
45 видео
Data Mining - Principal Component Analysis (PCA) and Multidimensional Scaling (MDS) in 7 MINUTES
Ensemble Learning - Bagging, Boosting, and Stacking explained in 4 minutes!
How to use GitHub Copilot and ChatGPT in RStudio - get setup in less than 5 minutes!
Self-Organizing Maps (SOMs) in R Tutorial - Visualizing using the kohonen package
How to talk to ChatGPT using R, for FREE!
MARS (Multivariate Adaptive Regression Splines): Overview and Tutorial in R (earth + caret packages)
GitHub Copilot for R - First impressions
How to automatically run an R script on a schedule using a GitLab CI/CD Pipeline
Fuzzy String Matching in R | Overview and R Tutorial (Using fuzzywuzzy, polyfuzz, and difflib)
How to publish a website FOR FREE in under 60 seconds using Quarto
Neural Networks in R Tutorial (H2O tutorial in R: how to create an ANN for binary classification)
How to change the font used in a ggplot (2021 updated method) - R tutorial
How to run SAS, Python, & R code from within RStudio (How to configure saspy on Windows for R users)
How to generate images with OpenAI's DALL-E models using R - reticulate approach
How to create transcriptions (convert speech to text) using OpenAI's Whisper model in R
How to create CUSTOM Callout Boxes in Quarto
Publish a Quarto project using GitHub Pages+GitHub Actions in 6 minutes (no need to render locally!)
Independent Components Analysis (ICA) and the Cocktail Party Problem: Real-World Example using R
How to send automated emails on a schedule using R for FREE (blastula, Quarto, and GitHub Actions)
How to securely store passwords as environment variables using GitHub Actions ("Actions Secrets")
How to create a 100% COMPLETELY reproducible report using RMarkdown (Combine R code, words, & LaTeX)
How to Perform Supervised Topic Modelling (Supervised Latent Dirichlet Allocation, sLDA) in R
How to create custom markdown badges (for GitHub, Quarto, pkgdown, and more!)
Text Generation in R using Markov Chains - Conceptual overview and tutorial (only 3 lines of code!)
Publishing Quarto Dashboards for FREE using GitHub Actions and GitHub Pages
k-Means Clustering and Hierarchical Clustering - Overview and Example in R (factoextra to visualize)
How to work with APIs using R (httr2 package tutorial)
How to automatically crop images using R ("autocrop" / "smart crop" tutorial)