CovidcasePrediction
A machine learning model for Covid case prediction
Problem Statement Using regression algorithms we can able to track the active covid cases
Problem oppertunity We need to get data. We'll use a sample data set for that. The raw data is completely infused in the workspace. Preprocessing is done before the analyzing part. The data must be clean so that the model can analyze correctly. For that the rows with empty values are removed. A module is added fothat process. Individual measurable properties are called features. Each row is representing an automobile and each column represents the feature of that automobile. The model is build accordingly. Now that the data is ready, constructing a predictive model consists of training and testing. We'll use our data to train the model, and then we'll test the model to see how closely it's able to predict prices. Because we want to predict no of cases, which is a number, we'll use a regression algorithm.
Azure Machine learning studio
Here we are using 2 Algorithms
- Linear Regression
- Neural Network Regression
- The input values are to be found
- The csv file is converted to dataset
- The data miss is cleaned
- Split data
- The regression algorithms Linear Regression and Neural Network Regression takes place
- The data is trained
- Train model
- Score model
- Evaluate Model
- Output values obtained
In this case the both the training experiment and predicive experiments are done.
The API key: 8Lnx6+i4W7R2i7aFyGh+gmbhrnEpHrdFzd84kmvka7yEKTnt8P8EEKK46oXxmHHQphffTh9FvdPA2g3FEpCkgw==
The data prediction part is done as
- Cough
- Fever
- Sore Throat
- Shortness of Breath
- Headache
- Age 60 or Above
- Corona Result
By giving these values as sample we can predict.
https://studio.azureml.net/Home/ViewWorkspaceCached/5343e8d2284d47de9d5a3c941a85e8bf#Workspaces/Projects/Project/66450ebc-1dd6-44c3-a580-808dfc470798/ProjectDetails
After that Deploy web service part is done the project is published to gallery. https://gallery.cortanaintelligence.com/Experiment/Covid-19-prediction-two-algos-Predictive-Exp