Make reports and tutorials with generative AI van R | R-Bloggers

[This article was first published on Bluecology blog, and kindly contributed to R-bloggers]. (You can report problems here about the content on this page) Do you want to share your content on R-bloggers? Click here if you have a blog, or here If you don’t. Various AI model providers have integrated web search options in […]

Do you need an adapted R package or glossy dashboard for your team? | R-Bloggers

[This article was first published on pacha.dev/blog, and kindly contributed to R-bloggers]. (You can report problems here about the content on this page) Do you want to share your content on R-bloggers? Click here if you have a blog, or here If you don’t. Due to delays with my stock market payment, if this message […]

External regressors in Ahead :: Dynrmf’s interface for prediction of machine learning | R-Bloggers

options(repos = c( techtonique = “https://r-packages.techtonique.net”, CRAN = “https://cloud.r-project.org” )) install.packages(c(“ahead”, “misc”, “fpp2”, “glmnet”)) sets <- list(USAccDeaths, AirPassengers, fpp2::a10, fdeaths) # Default: ridge par(mfrow=c(2, 2)) for (x in sets) { xreg <- ahead::createtrendseason(x) train_test_x <- misc::splitts(x, split_prob = 0.8) xreg_training <- window(xreg, start=start(train_test_x$training), end=end(train_test_x$training)) xreg_testing <- window(xreg, start=start(train_test_x$testing), end=end(train_test_x$testing)) h <- length(train_test_x$testing) plot(ahead::dynrmf(y=train_test_x$training, xreg_fit=xreg_training, […]

Arthur Technologies, AI and the future of digital colleagues

What if meetings no more time drain and instead motors became for action? That is the question that Christoph Fleischmann, CEO of Arthur Technologies, and the conversation in the contemporary episode of Tech Talks Daily. Christoph has spent his career at the intersection of human potential and technology, and now he leads a company that […]