how details, results, and answers to questions. Our goal is to modify our predictor variables to get the best model possible. Link to data set to use : https://archive.ics.uci.edu/ml/datasets/YearPredictionMSD The first column is the year; this is the target variable. Part I Transform the predictors: For each of the 90 predictors, determine which transformation(s) is (are) best. * no transformation * log transform * exponential transform * inverse transform * square transform * square root transform * center and scale

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Use R .

Please do not take this problem if you can not use the data provided.

Show details, results, and answers to questions.

Our goal is to modify our predictor variables to get the best model possible.

Link to data set to use :

https://archive.ics.uci.edu/ml/datasets/YearPredictionMSD

The first column is the year; this is the target variable.

Part I Transform the predictors:

For each of the 90 predictors, determine which transformation(s) is (are) best.

* no transformation

* log transform

* exponential transform

* inverse transform

* square transform

* square root transform

* center and scale

* range transform

* interval binning

* quantile binning

Make a table listing the predictor 1-90, and the transform you selected. Make a summary table showing how many times each transform was used.

 

Part II Principal Component Analysis:

Compute the principal components of the original data.

Use visualizations and PCA statistics to determine how many components you should use.

 

Part III Regression Models:

 

Build a model that predicts the song's year with your untransformed predictors. Print your model's test set root mean squared error in the first line of your document after the title.

 

Build a model that predicts the song's year with your transformed predictors. Print your model's test set root mean squared error in the first line of your document after the title.

 

Build a model that predicts the song's year with the principal components. Print your model's test set root mean squared error in the first line of your document after the title.

 

Untransformed model RMSE: XXX

Transformed model RMSE: XXX

Principal component model RMSE: XXX

 

train set : first 463715 rows
test set: last 51630 rows

 

You may use any supervised model structure for your predictive models, but all three must have the same structure.

 
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Dynamic Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education