Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 682 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 682 Bytes

GNR-Assignment2

The folder contains four code files written in Python3:- The code uses numpy, pandas, matplotlib.pyplot, seaborn, sklearn.model_selection, sklearn.linear_model, DecisionTreeClassifier.

The file named plots.py plots various graphs between features and delay.

The file named Logistic Decision.py models the data set into logistic regression model and outputs the accuracy obtained.

The file named Decision tree.py models the data set into decision tree regression model and outputs the depth and accuracy obtained.

The file named Feature Selection.py models the data set into logistic regression model with selected features and outputs the accuracy obtained.