Articles by Biswarup Ghosh

Intro To Time Series Analysis Part 2 :Exercises

June 19, 2018 | Biswarup Ghosh

In the exercises below, we will explore more in Time Series analysis.The previous exercise is here,Please follow this in sequence Answers to these exercises are available here. Exercise 1 load the AirPassangers data,check its class and see the start and end of the series . Exercise 2 check the cycle ... [Read more...]

Intro to Time Series Analysis -Part 1

June 5, 2018 | Biswarup Ghosh

In the exercises below, we will work with Time Series analysis and see how R can make your life easier when working with Time Series. doing Time Series Analysis.This will be a series of Exercises and I urge you to take it in series Please install the package and ... [Read more...]

Intro to FFTree Exercise

May 22, 2018 | Biswarup Ghosh

In the exercises below, we will work with FFTree pacakge which lets us use fast and frugal decision tree to model the data Please install the package and load the library before starting Answers to these exercises are available here. If you obtained a different (correct) answer than those listed ...
[Read more...]

Parsing Dates and Time – Part 3: Exercises

April 25, 2018 | Biswarup Ghosh

In the exercises below, we will continue our work with the lubridate package to see more features of it. Answers to these exercises are available here. If you obtained a different (correct) answer than those listed on the solutions page, please feel free to post your answer as a comment ...
[Read more...]

Parsing Dates and Time – Part 2: Exercises

April 11, 2018 | Biswarup Ghosh

In the exercises below, we will continue working with lubridate and examine more features of the library. Answers to these exercises are available here. Please check the previous exercise here. If you obtained a different (correct) answer than those listed on the solutions page, please feel free to post your ... [Read more...]

Parsing Dates and Time – Part 1: Exercises

March 28, 2018 | Biswarup Ghosh

In the exercises below we will work with anytime and lubridate package to see how to manipulate date and time Answers to the exercises are available here. If you obtained a different (correct) answer than those listed on the solutions page, please feel free to post your answer as a ...
[Read more...]

Big Data Analytics with H20 in R Exercises -Part 1

September 22, 2017 | Biswarup Ghosh

We have dabbled with RevoScaleR before , In this exercise we will work with H2O , another high performance R library which can handle big data very effectively .It will be a series of exercises with increasing degree of difficulty . So Please do this in sequence . H2O requires you to ... [Read more...]

Big Data analytics with RevoScaleR Exercises-2

September 11, 2017 | Biswarup Ghosh

In the last set of exercises , you have seen the basic functionalities of RevoScaleR .In this exercise set we will explore RevoScaleR further. get the Credit card fraud data set from revolutionanalytics and lets get started Answers to the exercises are available here.Please check the documentation before starting these ... [Read more...]

Big Data analytics with RevoScaleR Exercises

August 24, 2017 | Biswarup Ghosh

In this set of exercise , you will explore how to handle bigdata with RevoscaleR package from Microsoft R (previously Revolution Analytics).It comes with Microsoft R client . You can get it from here . get the Credit card fraud data set from revolutionanalytics and lets get started Answers to the exercises ... [Read more...]

More string Hacking with Regex and Rebus

August 11, 2017 | Biswarup Ghosh

For a begineer in R or any language,regular expression might seem like a daunting task . Rebus package in R gives a lowers the barrier for common regular expression tasks and is useful for a begineer or even for advanced users for most of the common regex skills in a ... [Read more...]

Hacking Strings with stringi

July 28, 2017 | Biswarup Ghosh

In the last set of exercises, we worked on the basic concepts of string manipulation with stringr. In this one we will go further into hacking strings universe and learn how to use stringi package.Note that stringi acts as a backend of stringr but have many more useful string ... [Read more...]

Hacking strings with stringr

July 14, 2017 | Biswarup Ghosh

This is first of the set of exercise on string manipulation with stringr Answers to the exercises are available here. If you obtained a different (correct) answer than those listed on the solutions page, please feel free to post your answer as a comment on that page. Exercise 1 use a ... [Read more...]

Data Manipulation with data.table (part -2)

June 29, 2017 | Biswarup Ghosh

In the last set of exercise of data.table ,we saw some interesting features of data.table .In this set we will cover some of the advanced features like set operation ,join in data.table.You should ideally complete the first part before attempting this one . Answers to the exercises ... [Read more...]

Data Manipulation with Data Table -Part 1

June 15, 2017 | Biswarup Ghosh

In the exercises below we cover the some useful features of data.table ,data.table is a library in R for fast manipulation of large data frame .Please see the data.table vignette before trying the solution .This first set is intended for the begineers of data.table package and ... [Read more...]

A Primer in functional Programming in R (part -2)

June 1, 2017 | Biswarup Ghosh

In the last exercise, We have seen how powerful functional programming principles can be and how it can drammatically increase the readablity of the code and how easily you can work with them .In this set of exercises we will look at functional programming principles with purrr.Purrr comes with ... [Read more...]

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)