Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using Linear Regression algorithm, please predict the total cases of Coronavirus on February 25th, 2020 in python using these values. dates = ['Jan 22','Jan 23','Jan
Using Linear Regression algorithm, please predict the total cases of Coronavirus on February 25th, 2020 in python using these values.
dates = ['Jan 22','Jan 23','Jan 24','Jan 25','Jan 26','Jan 27','Jan 28','Jan 29','Jan 30','Jan 31','Feb 01','Feb 02','Feb 03','Feb 04','Feb 05','Feb 06','Feb 07','Feb 08','Feb 09','Feb 10','Feb 11','Feb 12']
infections = [580,845,1317,2015,2800,4581,6058,7813,9821,11948,14551,17389,20628,24553,28276,31439,34876,37552,40553,43099,44919,60326]
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started