-
-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #577 from stackaway/main
F1 Visa Experiences
- Loading branch information
Showing
10 changed files
with
245,778 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.