March 2017

Processing of GeoJson data in R

March 28, 2017 | mlampros

This blog post is about my recently released package on CRAN, geojsonR. The following notes and examples are based mainly on the package Vignette. “GeoJSON is an open standard format designed for representing simple geographical features, ... [Read more...]

Gradient Descent

March 28, 2017 | --Jean Arreola--

Trying gradient descent for linear regression The best way to learn an algorith is to code it. So here it is, my take on Gradient Descent Algorithm for simple linear regression. First, we fit a simple linear model with lm for comparison with gradient... [Read more...]

Understanding Linear SVM with R

March 28, 2017 | Ananda Das

Linear Support Vector Machine or linear-SVM(as it is often abbreviated), is a supervised classifier, generally used in bi-classification problem, that is the problem setting, where there are two classes. Of course it can be extended to multi-class problem. In this work, we will take a mathematical understanding of linear ...
[Read more...]

nanotime 0.1.2

March 28, 2017 | Thinking inside the box

A new minor version of the nanotime package for working with nanosecond timestamps arrived yesterday on CRAN. nanotime uses the RcppCCTZ package for (efficient) high(er) resolution time parsing and formatting up to nanosecond resolution, and the bit6... [Read more...]

Multilabel Classification with mlr

March 27, 2017 | Quay Au

Multilabel classification has lately gained growing interest in the research community. We implemented several methods, which make use of the standardized mlr framework. Every available binary learner can be used for multilabel problem transformation methods. So if you’re interested in using several multilabel algorithms and want to know how ... [Read more...]

Le Monde puzzle [#1000…1025]

March 27, 2017 | xi'an

Le Monde mathematical puzzle launched a competition to celebrate its 1000th puzzle! A fairly long-term competition as it runs over the 25 coming puzzles (and hence weeks). Starting with puzzle #1001. Here is the 1000th puzzle, not part of the competition: Alice & Bob spend five (identical) vouchers in five different shops, each ...
[Read more...]

Data science languages score highly in RedMonk rankings

March 27, 2017 | David Smith

Redmonk have once again updated (a little later than usual) their bi-annual programming language report with their January 2017 rankings. If you haven't come across these rankings before, they are based on GitHub contributions and StackOverflow questions related to around 40 commonly-used programming languages. The raw data (as of January 2017) is shown ... [Read more...]

All-in on R⁴ : Progress [bars] on first post

March 27, 2017 | hrbrmstr

@eddelbuettel’s idea is a good one. (it’s a quick read…jump there and come back). I often wait for a complete example or new package announcement to blog something when a briefly explained snippet might have sufficient utility for many R users. Also, tweets are fleeting and twitter ... [Read more...]

#0: Introducing R^4

March 27, 2017 | Thinking inside the box

So I had been toying with the idea of getting back to the blog and more regularly writing / posting little tips and tricks. I even starting taking some notes but because perfect is always the enemy of the good it never quite materialized. But the rel... [Read more...]

Introducing brotools

March 27, 2017 | Econometrics and Free Software

I’m happy to announce my first R package, called brotools. This is a package that contains functions that are specific to my needs but that you might find also useful. I blogged about some of these functions, so if you follow my blog you might already be familiar with ... [Read more...]

Introducing brotools

March 27, 2017 | Econometrics and Free Software

I’m happy to announce my first R package, called brotools. This is a package that contains functions that are specific to my needs but that you might find also useful. I blogged about some of these functions, so if you follow my blog you might already be familiar with ... [Read more...]

Updated Shiny app

March 26, 2017 | Martin Monkman

A short post to alert the world that my modest Shiny application, showing Major League Baseball run scoring trends since 1901, has been updated to include the 2016 season. The application can be found here:https://monkmanmh.shinyapps.io/MLBrunscoring_shiny/.In addition to the underlying data, the update removed some of ... [Read more...]
1 2 3 4 5 19

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)