Skip to content

Commit

Permalink
Update Day 6 Logistic Regression.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Avik-Jain authored Jul 11, 2018
1 parent a0ff4bb commit f2b7e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Day 6 Logistic Regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import pandas as pd
```
### Importing the dataset

Get the dataset from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/datasets/Social_Network_Ads.csv)
```python
dataset = pd.read_csv('Social_Network_Ads.csv')
X = dataset.iloc[:, [2, 3]].values
Expand Down

0 comments on commit f2b7e9c

Please sign in to comment.