R community update: announcing sessions for useR Delhi December meetup

As referenced in my last blog post, useR Delhi NCR is all set to host our second meetup on 15th December, i.e. upcoming Saturday. We’ve finalized two exciting speaker sessions for the same. They’re as follows: Basics of Shiny and … Continue reading R community update: announcing sessions for useR Delhi December meetup

R community update: announcing useR Delhi July meetup

In my last post, I’d pointed out the importance of a local community and described how Delhi NCR useR group came about. It’s been a month since we’d started the group and I’m excited to announce that our first meetup is scheduled to take place on 14th July 2018, i.e. upcoming Saturday. Venue for the event is SocialCops headquarters in Saket, New Delhi. As a budding community, support from established organizations is a big boost, and we’re grateful to SocialCops for coming onboard as mentors and venue partners. Event details can be found on meetup and you can RSVP here … Continue reading R community update: announcing useR Delhi July meetup

R community update: announcing New Delhi useR meetup group

“The way to change the world is through individual responsibility and taking local action in your own community.” – Jeff Bridges Over the past few years, R’s adoption has grown rapidly throughout the world. Much of it can be attributed to the growth of ‘data science’ as a domain. But R’s popularity primarily exists because of its amazing community and their contributions. Be it through open source development, Twitter (#rstats), discussion forums or programs such as Google Summer of Code (GSoC), there are numerous channels for beginners and practitioners to interact with each other. I’ve had the opportunity to interact … Continue reading R community update: announcing New Delhi useR meetup group

Kaggle Learn review: there is a deep learning track and it is worth your time

Right from my undergrad days when I was starting out with machine learning to this date, my admiration for Kaggle continues to grow. In addition to being synonymous with and popularizing data science competitions, the platform has served as a launching pad and breeding ground for countless data science and machine learning practitioners around the world, including yours truly. In fact, skills I’d picked up from the platform are part of the reason that I recently got to join SocialCops, a company I’d admired for years. However, I hadn’t been on the platform in 2017 as much as I would … Continue reading Kaggle Learn review: there is a deep learning track and it is worth your time

Obtaining package performance data using Rperform

“In God we trust. All others must bring data.” – W. Edwards Deming In a previous post, I had discussed how Rperform uses the grammar of graphics approach to visualize an R package’s performance in terms of runtime and memory usage. The visualizations contribute significantly towards Rperform’s mission to allow package developers to quantify, analyze and visualize performance. However, at times you, the developer, might want to play with the data instead to perform analysis of your own. After going through this post, that is exactly what you would be able to do. Background If you are new to Rperform, consider … Continue reading Obtaining package performance data using Rperform