March 2021

Cheat Sheets

March 9, 2021 | R Views

In a previous post, I described how I was captivated by the virtual landscape imagined by the RStudio education team while looking for resources on the RStudio website. In this post, I’ll take a look at Cheatsheets another amazing resource hiding in plain sight. Apparently, some time ago when ...
[Read more...]

Introductory time series forecasting with torch

March 9, 2021 | Sigrid Keydana

This is the first post in a series introducing time-series forecasting with torch. It does assume some prior experience with torch and/or deep learning. But as far as time series are concerned, it starts right from the beginning, using recurrent neural networks (GRU or LSTM) to predict how something ...
[Read more...]

Seasonal Adjustment of Multiple Series

March 9, 2021 | Christoph

seasonal is an easy-to-use and full-featured R-interface to X-13ARIMA-SEATS, the seasonal adjustment software developed by the United States CensusBureau. The latest CRAN version of seasonal makes it much easier to adjust multiple time series. seasonal depends on the x13binary package to access pre-built binaries of X-13ARIMA-SEATS on ... [Read more...]

Assess Your DATA QUALITY in R

March 8, 2021 | Business Science

This article is part of a R-Tips Weekly, a weekly video tutorial that shows you step-by-step how to do common R coding tasks. Skimr is my go-to R package for fast data quality assessment, and Skimr is my first step in exploratory data analysis. Befo...
[Read more...]

An introduction to k-gram language models in R

March 8, 2021 | Valerio Gherardi

Are you interested in guest posting? Publish at DataScience+ via your RStudio editor. Category Advanced Modeling Tags Machine Learning Natural Language Processing NLP R Programming Text Mining This post offers a brief introduction to \(k\)-gram language models, using the R package kgrams, which provides an interface for training, evaluating ... [Read more...]

Star Trek ratings on IMDB

March 8, 2021 | Code R

My girlfriend and I are watching Star Trek: The Next Generation (TNG). The first season it’s pretty lame, but it gets better further down the line. That piqued my curiosity – is that impression shared by the rest of The Internets? So I decided to d...
[Read more...]

Seasonal Adjustment of Multiple Series

March 8, 2021 | Christoph Sax

seasonal is an easy-to-use and full-featured R-interface to X-13ARIMA-SEATS, the seasonal adjustment software developed by the United States Census Bureau. The latest CRAN version of seasonal makes it much easier to adjust multiple time series.
[Read more...]

Seasonal Adjustment of Multiple Series

March 8, 2021 | Christoph Sax

seasonal is an easy-to-use and full-featured R-interface to X-13ARIMA-SEATS, the seasonal adjustment software developed by the United States Census Bureau. The latest CRAN version of seasonal makes it much easier to adjust multiple time series.
[Read more...]

Analyzing Room Temperature Data

March 8, 2021 | Jared

In previous posts I talked about collecting temperature data from different rooms in my house and automating that process using Docker and GitHub Actions. Now it is time to analyze that data to figure out what is happening in the house to make informed decisions about replacing the HVAC units ...
[Read more...]
1 7 8 9 10 11 12

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)