-
-
Notifications
You must be signed in to change notification settings - Fork 213
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 #2 from mrunal736/mrunal736-patch-2
Create Readme.md
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
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,39 @@ | ||
### Entrepreneurial Capacity in Student | ||
**GOAL** | ||
##### To Create a machine learning model with highest accuracy which will predict the Entrepreneurial Capacity in Student. | ||
**DATASET** | ||
##### [LINK](https://www.kaggle.com/namanmanchanda/entrepreneurial-competency-in-university-students) | ||
**DESCRIPTION** | ||
##### Entrepreneurs have been shaping the world in every way possible. The dataset comprises 16 features collected from university students in India. The target variable consists whether the student is likely to become an entrepreneur or not. Hence, we need to classify the dataset into whether the student is likely to become an enterpreneur or not. | ||
**WHAT I HAD DONE** | ||
##### 1. Imported libraries required | ||
##### 2. Extracted data from kaggle | ||
##### 3. Prepared dataset | ||
##### 4. Performed exploratory data analysis on updated data | ||
##### 5. Split data for training and testing purpose | ||
##### 6. Checked the accuracy of different algorithms. Comparing the accuracy scores among Logistic Regression , SVC, Decision Tree Classifier and Random Forest Classifier, Random Forest Classifier had highest value. | ||
**MODELS USED** | ||
|
||
##### Logistic Regression: | ||
##### SVC: | ||
##### Decision Tree Classifier: | ||
##### Random Forest Classifier: | ||
|
||
**LIBRARIES NEEDED** | ||
|
||
##### Numpy, Pandas, Matplotlib, Seaborn, Sklearn | ||
|
||
**ACCURACIES** | ||
|
||
##### Logistic Regression: 0.5833333333333334 | ||
##### SVC: 0.5833333333333334 | ||
##### Decision Tree Classifier: 0.5757575757575758 | ||
##### Random Forest Classifier: 0.6893939393939394 | ||
|
||
**CONCLUSION** | ||
|
||
##### Comparing the accuracy scores among Logistic Regression , SVC, Decision Tree Classifier and Random Forest Classifier, Random Forest Classifier had highest value. | ||
|
||
**NAME** | ||
##### Mrunal Jambenal [Github](https://github.com/mrunal736) [Linkedin](https://www.linkedin.com/in/mrunal-jambenal-70922b206) | ||
|