A fresher in Data Science field having knowledge of predictive modeling, data processing and data mining algorithms as well as scripting languages including Python. Created data visualization graphics, translating complex data sets into comprehensive visual representations. Identified, analyzed and interpreted trends in complex data sets using supervised and unsupervised learning techniques.
Name: Covid Health Care
Role: Predict the different levels of Covid disease and creating Dashboard
Libraries used: Pandas,Numpy, MatplotLib, Seaborn Algorithm Used : KNN, SVM, Random Forest Classifier, Decision Tree Classifier
Outcome: We can see that if our K value is less than 3, we get an
accuracy of more than 75%, but if we move to 4 the accuracy
significantly drops to 71%. So the ideal choice would a K value of
either 2 or 3.
On applying SVM and Random Forest Classifier, the accuracy is about 70%. We get an accuracy of about 72% by using the Decision Tree Classifier.