logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Quintin MiddletonResume writing
(4/5)

567 Answers

Hire Me
expert
A Plus ExpertComputer science
(5/5)

513 Answers

Hire Me
expert
Jessee RossHistory
(5/5)

736 Answers

Hire Me
expert
Ray BadranEducation
(5/5)

869 Answers

Hire Me
SAS
(5/5)

Predict how long a dog will be in the shelter before adoption time_in_shelter_days

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Problem: Predict how long a dog will be in the shelter before adoption (time_in_shelter_days).

Requirements: Complete the following steps, showing your approach in a slideshow (pptx).  You do not need to complete the steps separately or necessarily in this order… just do what makes sense.  Combining steps is totally fine… even encouraged.

1.       Begin with the ‘aac_intakes_outcomes_MODIFIED’ dataset available on HuskyCT. 

2.       Import the data into a permanent library in SAS 9.4. (You should have 74,660 observations and 19 variables) 

3.       Filter the dataset to include only dogs and only animals who were eventually adopted.  Also remove any outliers where ‘time_in_shelter_days’ is greater than 200.

a.       Adopted defined as an outcome type of either Adoption Return to Owner, or Rto-Adopt.(You should have 33,647 records) 

4.       Determine the baseline prediction. 

5.       Create some new variables to model on…

a.       Topbreed is any record with a breed that contains the words ‘LAB’, ‘BULLDOG’, ‘TERRIER’, ‘SHEPHERD’, or ‘BEAGLE’.  Set to 1 if yes, 0 if no.  Careful, case sensitive!

b.      OPTIMAL_COND_N is a numerical representation of OPTIMAL_COND that just has a 1 for ‘Y’ and 0 for ‘N’.

6.       Use Proc Reg to generate the following output:

(USE THIS TO ENSURE WE’RE ON THE SAME PAGE!)

Using only the variables that are eligible based on p-value (Pr > |t|) update the model as necessary before finalizing.  

7.       Use a Proc Score to apply the data to the dataset. 

(The mean of your prediction should be 13.40)

 8.       Calculate the MAD for model predictions and baseline.

 9.       Assess the performance of your model against baseline.

 10.   How would things have changed if we considered any time_in_shelter_days greater than 50 to be outliers, and filtered them out in step 3? Should we have done that?

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme