Publications by Praseeda Atmuri

Data Analytics Lab 9

01.04.2024

R Markdown 7. In the lab, we applied random forests to the Boston data using mtry = 6 and using ntree = 25 and ntree = 500. Create a plot displaying the test error resulting from random forests on this data set for a more comprehensive range of values for mtry and ntree. You can model your plot after Figure 8.10. Describe the results obtained....

5603 sym R (10406 sym/74 pcs) 4 img

Data Analytics Lab 7

20.03.2024

R Markdown Answer: library(ISLR) ## Warning: package 'ISLR' was built under R version 4.3.2 library(caret) ## Warning: package 'caret' was built under R version 4.3.2 ## Loading required package: ggplot2 ## Warning: package 'ggplot2' was built under R version 4.3.2 ## Loading required package: lattice library(glmnet) ## Loading required package: M...

881 sym R (19434 sym/85 pcs) 5 img

Lab 6 Data Analytics

08.03.2024

R Markdown 5. In Chapter 4, we used logistic regression to predict the probability of default using income and balance on the Default data set. We will now estimate the test error of this logistic regression model using the validation set approach. Do not forget to set a random seed before beginning your analysis. (a) Fit a logistic regression ...

10455 sym R (56368 sym/67 pcs)

Mid_data_analytics

29.02.2024

Please hand this result in on Canvas no later than 11:59pm on Wednesday, February 28! Do not work in groups! Consider the data from R package . We will use linear regression to investigate the relationship between variables in this data set and estimated performance (variable ). Do not use published performance as a predictor of performance in...

16756 sym R (23951 sym/120 pcs) 13 img

Data Analytics Lab 5

21.02.2024

R Markdown library(ISLR2) ## Warning: package 'ISLR2' was built under R version 4.3.2 library(ISLR) ## Warning: package 'ISLR' was built under R version 4.3.2 ## ## Attaching package: 'ISLR' ## The following objects are masked from 'package:ISLR2': ## ## Auto, Credit library(class) library(glmnet) ## Loading required package: Matrix ## Lo...

7939 sym R (13449 sym/77 pcs) 4 img

Data Analytics Lab 2

14.02.2024

R Markdown Importing Libraries: library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.2 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ...

8301 sym R (13385 sym/53 pcs) 10 img

Lab1

26.01.2024

R Markdown Loading Libraries library(MASS) ## Warning: package 'MASS' was built under R version 4.3.2 library(ISLR2) ## Warning: package 'ISLR2' was built under R version 4.3.2 ## ## Attaching package: 'ISLR2' ## The following object is masked from 'package:MASS': ## ## Boston library(ggplot2) ## Warning: package 'ggplot2' was built under...

3619 sym R (11575 sym/96 pcs) 12 img

Final Project

05.12.2023

Installing and Importing libraries library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.2 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5....

17186 sym R (9943 sym/41 pcs) 8 img

Data Dive week 13

21.11.2023

For this lab, you’ll be working with a group of other classmates, and each group will be assigned a lab from a previous week. Your goal is to critique the models (or analyses) present in the lab. First, review the materials from the Lesson on Ethics and Epistemology (week 5?). This includes lecture slides, the lecture video, or the reading. Y...

8194 sym R (9462 sym/26 pcs) 4 img

Data Dive week 12

14.11.2023

R Markdown Installing and Importing libraries library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ...

2158 sym R (9845 sym/38 pcs) 4 img