Publications by Habib Khan

Data 624 - HW 7

02.11.2020

Exercise 6.2 knitr::include_graphics('6-1.png') (a) library(AppliedPredictiveModeling) data(permeability) summary(permeability) ## permeability ## Min. : 0.06 ## 1st Qu.: 1.55 ## Median : 4.91 ## Mean :12.24 ## 3rd Qu.:15.47 ## Max. :55.60 This matrix contains the 1107 binary molecular predictors for the 165 com...

5405 sym R (21130 sym/40 pcs) 7 img

Data 624 - HW9

23.11.2020

library(caret) library(mlbench) library(randomForest) library(party) library(dplyr) library(gbm) library(Cubist) Exercise 8.1 Recreate the simulated data from Exercise 7.2: set.seed(200) simulated <- mlbench.friedman1(200, sd = 1) simulated <- cbind(simulated$x, simulated$y) simulated <- as.data.frame(simulated) colnames(simulated)[nco...

6100 sym R (10466 sym/40 pcs) 2 img

Data 621 - Blog 2

06.12.2020

A usage of Paired-Sample t-test In this blog, I am going to talk about usage of paired sample t-test. It is a very useful tool especially in the situations where you have to calculate any improvements let’s say if marketing promotion caused in increase of sales where you check the average sales before and after marketing promotion. In this blog...

821 sym R (1498 sym/4 pcs) 1 img

Data 621 - Blog 1

06.12.2020

tidyverse - An Amazing Tool for Quick Aggregation In this blog, I am going to talk about how R’s tidyverse comes handy especially for Ad-hoc reports. I have been using tidyverse for creating ad-hoc reports where I get the raw data from database and create amazing graphs and aggregation with ggplot2 and dplyr. In this example I am going to show ...

541 sym R (525 sym/2 pcs) 1 img

Data 621 - Blog 4

06.12.2020

Partial Least Squares In this blog, I am going to discuss what Partial Least Square is and how it is useful in some as a better regression techinque. PLS regression is a regression technique which reduces the predictors to the smalelr set of uncorrelated items. This technique is very beneficial when there is high multicollinearity among the predi...

1111 sym R (3327 sym/17 pcs) 1 img

Slow Movers

09.03.2021

...

7 sym 16 img