Skip to content

Commit

Permalink
Merge pull request #577 from stackaway/main
Browse files Browse the repository at this point in the history
F1 Visa Experiences
  • Loading branch information
abhisheks008 authored Feb 10, 2024
2 parents ca765e1 + b9cc45c commit 4cdae8a
Show file tree
Hide file tree
Showing 10 changed files with 245,778 additions and 1 deletion.
244,895 changes: 244,895 additions & 0 deletions F1 Visa Experiences/Dataset/telegram.csv

Large diffs are not rendered by default.

Binary file added F1 Visa Experiences/Images/final_accuracy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added F1 Visa Experiences/Images/output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added F1 Visa Experiences/Images/output_model2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added F1 Visa Experiences/Images/output_model3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added F1 Visa Experiences/Images/sentiment_score.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions F1 Visa Experiences/Model/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
**F1 Visa Experiences**

**GOAL**

Finding out if the review is positive, negative or neutral.

**DATASET**

https://www.kaggle.com/datasets/adiamaan/f1-visa-experiences

**DESCRIPTION**

This dataset contains Visa interview experiences from about 6391 users, who are students applying to live temporarily in the US while studying at a school. The data comes from a telegram channel and all the visa experiences mainly are from India.

**WHAT I HAD DONE**

* Analyzed data, extracted insights, and generated relevant visualizations.
* Preprocessed data to prepare it for machine learning model training.
* Trained default-parameter models:
* Logistic Regression
* Linear SVM
* Random Forest

* In this, Support Vector Machine(SVM) performed the best with 97.27% accuracy. (Refer : `visa_experience.ipynb`)

**MODELS USED**

* Logistic Regression
* Linear SVM
* Random Forest

**LIBRARIES NEEDED**

* Pandas V2.0.3
* Numpy V1.24.3
* Matplotlib V3.7.2
* Scikit-learn V1.3.2
* nltk V3.8.1

**VISUALIZATION**

![Sentiment Score](../Images/sentiment_score.png "Sentiment Score")

**ACCURACIES**

* Logistic Regression - 94.46
* Linear SVM - 94.92
* Random Forest - 97.27

**CONCLUSION**

We analyse the data, preprocess and visualize the features. We then investigated two predictive models. The data was split into two parts, a train set and a test set.

We started with Logistic Regression, Random Forest Classifier and SVM and SVM had the highest accuracy followed by Random Forest Classifier.


**YOUR NAME**

*Churnika S Mundas*


[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/churnika-mundas-64767b246/) [![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/stackaway)
Loading

0 comments on commit 4cdae8a

Please sign in to comment.