-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
25 lines (11 loc) · 1.1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is a collection of Python Jupyter notebooks which are written by me as a part of the UpX program on Machine learning course.
The different files and their purpose of existence is as follows in Alphabetical order.
1.AQI_Analysis.ipynb = This does linear regression model development for the Air Quality Index data-set
2.Automtobile_EDA.ipynb = This is an example of EDA analysis for the Automobile data-set, the data set can be found as Autombile_data.txt
3. DT_Abelone_Gender_Prediction.ipynb = Decision Tree model for the Gender prediction of Classification problem.
4. Iris.ipynb = Another Linear Regression model to predict the Sepal Length with the Iris data-set
5. Logistics_Regression.ipynb = A logistic linear regression for Gender prediction.
6. Random_Forest_Abelone_Gender_Prediction.ipynb = A logistic regression model for Gender predecition but using Random Forest.
7.Titan_ML_Submission.ipynb = Titan ML challenge submission code.
Other Utility files:
1. snapshot.py = A small Python code to capcture screen shots from meetings without having to manually print screen, copy to image file.