Data science Hackathon 2023
It a binary classification problem. We are given two datasets of Train and Test. Train data contains the predictions and the Machine Learning model is trained and built using the Train Dataset. Test dataset is where we have predict the outcome. Logistic regression, Support Vector Classifier and Multinomial Naive Byes has been used for in the model with prediction accuracy of near to 0.77 for each model. Finally Logistic regression has been used for final prediction from Test dataset.
7/8/2023
19 views
Tags:
#python
#classification
#advanced
#datathon
#machine-learning