
Personal Introduction
Adwise for this section:
Remember the goal of all exercises is to set up everything on your own environment
Python file and Html file show the output of this section
Try to replicate each step in your own environment
Check if the project structure is set up in the correct way
Many different python packages are used throughout this lecture, the requirements file is added to inspect (However, most of the packages should be installed in our own Anaconda environment)
Adwise for this section:
Remember, the goal of the lecture is to set up everything on your own environment to enable you to do more own analysis
Python file and Html file show the output of this section
Try to replicate each step in your own environment
Check if the project structure is set up in the correct way
For the API Access (Lecture 11) you have to organize your own API key
Adwise for this section:
Remember, the goal of the lecture is to set up everything on your own environment to enable you to do more own analysis
Ensure that the packages scikit-learn and scipy are installed
Play with the parameters for regression and filtering to get a feeling for the data set
Try to extract another country which you are interested in and do the analysis
The regression is only an approximation, go with the closed doubling formula to see correct numbers for larger window sizes
The goal of this lecture is to transport the best practices of data science from the industry while developing a CORONA / COVID-19 analysis prototype
The student should learn the process of modeling (Python) and a methodology to approach a business problem based on daily updated COVID 19 data sets
The final result will be a dynamic dashboard - which can be updated by one click - of COVID-19 data with filtered and calculated data sets like the current Doubling Rate of confirmed cases
Techniques used are REST Services, Python Pandas, scikit-learn, Facebook Prophet, Plotly, Dash, and SIR virus spread simulations + bonus section Tableau for visual analytics
For this, we will follow an industry-standard CRISP process by focusing on the iterative nature of agile development
Business understanding (what is our goal)
Data Understanding (where do we get data and cleaning of data)
Data Preparation (data transformation and visualization)
Modeling (Statistics, Machine Learning, and SIR Simulations on COVID Data)
Deployment (how to deliver results, dynamic dashboards in python and Tableau)