2018

automl package: part 1/2 why and how

October 21, 2018 | Alex Boulangé

Why & how automl package automl package provides: Deep Learning last tricks (those who have taken Andrew NG’s MOOC on Coursera will be in familiar territory) hyperparameters autotune with metaheuristic (PSO) experimental stuff and more to come (you’re welcome as coauthor!) Deep Learning existing frameworks, disadvantages Deploying and maintaining ...
[Read more...]

styler 1.1.0

October 20, 2018 | Lorenz Walthert

styler 1.1.0 is now available on CRAN. This release introduces new features and is fully backward-compatible. It also adapts to changes in the R parser committed into R devel (#419). Major changes are: styler can now style roxygen code examples in the source code of package. This might be helpful for package ... [Read more...]

A Lazy Function

October 19, 2018 | R Blog on Cillian McHugh

It has been quite a while since I posted, but I haven’t been idle, I completed my PhD since the last post, and I’m due to graduate next Thursday. I am also delighted to have recently been added to R-bloggers.com so I’m keen to get back ... [Read more...]

Converting nested JSON to a tidy data frame with R

October 19, 2018 | r on Tony ElHabr

In this “how-to” post, I want to detail an approach that others may find useful for converting nested (nasty!) json to a tidy (nice!) data.frame/tibble that is should be much easier to work with. 1 For this demonstration, I’ll start out by scraping National Football League (NFL) 2018 regular ... [Read more...]

RSAGA 1.0.0

October 19, 2018 | Marc Becker

[view raw Rmd] RSAGA 1.0.0 has been released on CRAN. The RSAGA package provides an interface between R and the open-source geographic information system SAGA, which offers a variety of geoscientific methods to analyse spatial data. SAGA GIS is supp... [Read more...]

Solving the chinese postman problem

October 19, 2018 | arthur charpentier

Some pre-Halloween post today. It started actually while I was in Barcelona : kids wanted to go back to some store we’ve seen the first day, in the gothic part, and I could not remember where it was. And I said to myself that would be quite long to do ...
[Read more...]

Gold-Mining Week 7 (2018)

October 19, 2018 | Michael Griebe

Week 7 Gold Mining and Fantasy Football Projection Roundup now available. Go check out our cheat sheet for this week. The post Gold-Mining Week 7 (2018) appeared first on Fantasy Football Analytics. [Read more...]

Loops and Pizzas

October 19, 2018 | Marcelo S. Perlin

An Introduction to Loops in R - Loops in R First, if you are new to programming, you should know that loops are a way to tell the computer that you want to repeat some operation for a number of times. This is a very common task t... [Read more...]

Loops and Pizzas

October 18, 2018 | R on msperlin

Loops in R First, if you are new to programming, you should know that loops are a way to tell the computer that you want to repeat some operation for a number of times. This is a very common task that can be found in many programming languages. For example, ... [Read more...]
1 31 32 33 34 35 174

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)