Skip to content

Commit

Permalink
Merge pull request microsoft#102 from kvishvanathan/main
Browse files Browse the repository at this point in the history
Fix a Typo
  • Loading branch information
jlooper authored Jul 6, 2021
2 parents f604e77 + d225e4f commit 531c233
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 2-Regression/3-Linear/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ Since you'll use Scikit-learn, there's no reason to do this by hand (although yo
```python
from sklearn.preprocessing import LabelEncoder
new_pumpkins.iloc[:, 0:-1] = new_pumpkins.iloc[:, 0:-1].apply(LabelEncoder().fit_transform)
new_pumpkins.iloc[:, 0:-1] = new_pumpkins.iloc[:, 0:-1].apply(LabelEncoder().fit_transform)
```
Expand Down Expand Up @@ -329,4 +328,4 @@ In this lesson we learned about Linear Regression. There are other important typ

## Assignment

[Build a Model](assignment.md)
[Build a Model](assignment.md)

0 comments on commit 531c233

Please sign in to comment.