Skip to content

sudipmondalcse/Popt-RSF

Repository files navigation

Popt-RSF

Prerequisites :
The required dependencies for the analysis is Python programming version 3 and is tested to work under windows as well as Ubuntu.

Dataset preparation
dataset 1 and dataset2 is the input files for the analysis. We have preprocessed the original data after the removal of missing and unspecified values and initialized some labels according to the category.


Label for Dataset1 : Data Dictionary of the dataset is mentioned below:
1. sex: Patient’s gender (male means 2, female means 1).
2. date_symptoms: Date of the appearance of covid19 symptoms.
3. entry_date: Date of the patient’s first hospital visit.
4. date_died: Date of the patient’s death, “9999-99-99” means the recovery of the patient.
5. pneumonia: Air sacs inflammation of a patient, already existed or not (yes means 1, no means 2).
6. age: Patient’s age.
7. diabetes: The patient is diabetic or not (yes means 1, no means 2).
8. asthma: the patient has asthma or not (yes means 1, no means 2).
9. hypertension: The patient has hypertension or not (yes means 1, no means 2).
10. other_disease: The patient has another disease or not (yes means 1, no means 2).
11. renal_chronic: The patient has renal chronic or not (yes means 1, no means 2).
12. tobacco: If the patient uses tobacco or not (yes means 1, no means 2).
13. Duration: Number of days in between date_symptoms and entry_date.

Also download from- https://www.kaggle.com/tanmoyx/covid19-patient-precondition-dataset?select=covid.csv


Label for Dataset1 : The Data Dictionary of the dataset is mentioned below:
1. Patient Number: Patient identification number.
2. Date Announced: Date of being covid19 positive.
3. Age Bracket: Patient’s age.
4. Gender: Patient’s gender (male means 2, female means 1)
5. Detected State: State in which case got detected
6. Current Status: Status of the patient, i.e. Hospitalized or Recovered or Died.
7. Status Change Date: Date on which the current status is evaluated.
8. Duration: Number of days in between Date Announced and Status Change Date.


To start a run :
rsf_default _and_optimized.py for RSF and Popt-RSF

Feedback
Any further information contact at
sudipmondalcs@gmail.com, ananyaghosh15299@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages