2017

Microsoft Cognitive Services Vision API in R

September 26, 2017 | Scott Stoltzman

Microsoft Cognitive Services Vision API in R A little while ago I did a brief tutorial of the Google Vision API using RoogleVision created by Mark Edmonson. I couldn’t find anything similar to that in R for the Microsoft Cognitive Services API so I thought I would give it ...
[Read more...]

Infamous Inf – Part I

September 26, 2017 | Kenith Grey

R’s Inf keyword – Have you’ve ever wondered what to do with it? If so, this is the first in series of posts that explore how we can exploit the keyword’s interesting properties to get the answers we need and improve code robustness. For those unfamiliar with R’... [Read more...]

Traveling Salesman

September 26, 2017 | arthur charpentier

In the second part of the course on graphs and networks, we will focus on economic applications, and flows. The first series of slides are on the traveling salesman problem. Slides are available online. [Read more...]

When Are Citi Bikes Faster Than Taxis in New York City?

September 26, 2017 | Todd Schneider

Every day in New York City, millions of commuters take part in a giant race to determine transportation supremacy. Cars, bikes, subways, buses, ferries, and more all compete against one another, but we never get much explicit feedback as to who “wins.” I’ve previously written about NYC’s public ...
[Read more...]

When are Citi Bikes Faster than Taxis in New York City?

September 26, 2017 | Todd Schneider

Every day in New York City, millions of commuters take part in a giant race to determine transportation supremacy. Cars, bikes, subways, buses, ferries, and more all compete against one another, but we never get much explicit feedback as to who “wins.” I’ve previously written about NYC’s public ... [Read more...]

Data.Table by Example – Part 1

September 26, 2017 | atmathew

For many years, I actively avoided the data.table package and preferred to utilize the tools available in either base R or dplyr for data aggregation and exploration. However, over the past year, I have come to realize that this was a mistake. Data tables are incredible and provide R ...
[Read more...]

News Roundup from Microsoft Ignite

September 25, 2017 | David Smith

It's been a big day for the team here at Microsoft, with a flurry of announcements from the Ignite conference in Orlando. We'll provide more in-depth details in the coming days and weeks, but for now here's a brief roundup of the news related to data science: Microsoft ML Server 9.2 ... [Read more...]

Custom Level Coding in vtreat

September 25, 2017 | Nina Zumel

One of the services that the R package vtreat provides is level coding (what we sometimes call impact coding): converting the levels of a categorical variable to a meaningful and concise single numeric variable, rather than coding them as indicator variables (AKA "one-hot encoding"). Level coding can be computationally and ... [Read more...]

The Battle of Bayesian Home Run Models

September 25, 2017 | jameshunterbr

The regular Major League Baseball season is coming to an end. Next week, we move into the playoffs and eventually the World Series. However, we have a nice statistical modeling question playing out in this last week. Giancarlo Stanton of … Continue reading → [Read more...]

Speeding Up Digital Arachnids

September 25, 2017 | hrbrmstr

spiderbar, spiderbar Reads robots rules from afar. Crawls the web, any size; Fetches with respect, never lies. Look Out! Here comes the spiderbar. Is it fast? Listen bud, It's got C++ under the hood. Can you scrape, from a site? Test with can_fetch(), TRUE == alright Hey, there There goes ...
[Read more...]

Survival Analysis with R

September 24, 2017 | R Views

With roots dating back to at least 1662 when John Graunt, a London merchant, published an extensive set of inferences based on mortality records, survival analysis is one of the oldest subfields of Statistics [1]. Basic life-table methods, including techniques for dealing with censored data, were discovered before 1700 [2], and in the early ...
[Read more...]
1 42 43 44 45 46 186

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)