Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For this problem you use the data in admData20.csv (https://drive.google.com/file/d/16lrybf11bpCv7ADlyz9gDNaQgQxweZNm/view?usp=sharing). This file contains information about the admission data for an academic program at a college

For this problem you use the data in "admData20.csv" (https://drive.google.com/file/d/16lrybf11bpCv7ADlyz9gDNaQgQxweZNm/view?usp=sharing). This file contains information about the admission data for an academic program at a college that has 5 start dates throughout the year. The features in the file include the start date, the weekly statistics on the accumulative number of students who applied and admitted for a specific start date (time-series), the number of weeks before the start date, and the the budget value for the number of admissions for the given start date. The objective of the problem is to predict the accumulative number of ad- missions 1-5 weeks from the current date. i.e. on any given week, you need to forecast what the accumulative number of admissions will be in 1 week, 2 weeks,...5 weeks from that week.

Use any machine learning model (Linear Regression, KNN, Random Forests,

regular deep NN, etc.) or an ensemble of models to achieve the lowest

MAE.

(a) Report the MAE of the test set on your best model.

(b) Plot the loss curves for training and validation sets.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions