Publications by VIctor H Torres

Assignment 2 Data 622

01.04.2025

Introduction In Machine Learning, Experimentation refers to the systematic process of designing, executing, and analyzing different configurations to identify the optimal settings that performs best on a given task. Experimentation is learning by doing. It involves systematically changing parameters, evaluating results with metrics, and compari...

4865 sym R (27453 sym/67 pcs) 3 img 1 tbl

Assignment 1

10.03.2025

Introduction. This assignment focuses on one of the most important aspects of data science, Exploratory Data Analysis (EDA). Many surveys show that data scientists spend 60-80% of their time on data preparation. EDA allows you to identify data gaps & data imbalances, improve data quality, create better features and gain a deep understanding of ...

8942 sym R (11956 sym/30 pcs) 6 img 2 tbl

Project2

14.12.2024

INSTRUCTIONS Hide Assignment Information Instructions Project #2 (Team) Assignment This is role playing. I am your new boss. I am in charge of production at ABC Beverage and you are a team of data scientists reporting to me. My leadership has told me that new regulations are requiring us to understand our manufacturing process, the predictive ...

6020 sym Python (5611 sym/37 pcs) 37 img 4 tbl

Homework10

21.11.2024

Instructions Imagine 10000 receipts sitting on your table. Each receipt represents a transaction with items that were purchased. The receipt is a representation of stuff that went into a customer’s basket - and therefore ‘Market Basket Analysis’. That is exactly what the Groceries Data Set contains: a collection of receipts with each line...

3407 sym R (30125 sym/31 pcs) 7 img

Homework9

17.11.2024

Do problems 8.1, 8.2, 8.3, and 8.7 in Kuhn and Johnson. Please submit the Rpubs link along with the .rmd file. library(tidyverse) library(mlbench) library(randomForest) library(caret) library(rpart) library(rpart.plot) library(party) library(partykit) library(gbm) library(AppliedPredictiveModeling) library(imager) Problems 8.1. Recreat...

6253 sym R (8588 sym/38 pcs) 4 img

Homework8

11.11.2024

Do problems 7.2 and 7.5 in Kuhn and Johnson. There are only two but they have many parts. Please submit both a link to your Rpubs and the .rmd file. library(tidyverse) library(fpp3) library(nnet) library(kernlab) library(AppliedPredictiveModeling) library(RANN) library(dplyr) library(mlbench) library(caret) library(earth) Problems 7.2....

2936 sym R (15753 sym/56 pcs) 11 img

Homework7

04.11.2024

Instructions In Kuhn and Johnson do problems 6.2 and 6.3. There are only two but they consist of many parts. Please submit a link to your Rpubs and submit the .rmd file as well. library(tidyverse) library(caret) library(AppliedPredictiveModeling) library(corrplot) Problems 6.2 Developing a model to predict permeability (see Sect. 1.4) could...

5460 sym R (18260 sym/46 pcs) 8 img

Project 1

28.10.2024

This project consists of 3 parts - two required and one bonus and is worth 15% of your grade. The project is due at 11:59 PM on Sunday Apr 11. I will accept late submissions with a penalty until the meetup after that when we review some projects. Parts Libraries library(readxl) library(fpp3) ## Warning: package 'fpp3' was built under R versio...

4185 sym R (32891 sym/202 pcs) 39 img

homework6

18.10.2024

Do the exercises 9.1, 9.2, 9.3, 9.5, 9.6, 9.7, 9.8 in Hyndman. Please submit both the Rpubs link as well as your .rmd file. library(fpp3) ## Warning: package 'fpp3' was built under R version 4.4.1 ## Registered S3 method overwritten by 'tsibble': ## method from ## as_tibble.grouped_df dplyr ## ── Attaching packages ──�...

8047 sym R (13671 sym/99 pcs) 29 img

homework5

07.10.2024

Do exercises 8.1, 8.5, 8.6, 8.7, 8.8, 8.9 in Hyndman. Please submit both the link to your Rpubs and the .pdf file with your run code library(fpp3) ## Warning: package 'fpp3' was built under R version 4.4.1 ## Registered S3 method overwritten by 'tsibble': ## method from ## as_tibble.grouped_df dplyr ## ── Attaching package...

5859 sym R (10921 sym/51 pcs) 10 img