Skip to content

Commit

Permalink
Update README.md grammar and wording
Browse files Browse the repository at this point in the history
Updated the grammar of a few words in the paragraph found on line 111.
  • Loading branch information
asilich123 authored Apr 29, 2023
1 parent 1c3318f commit ec739c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-Regression/4-Logistic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Seaborn offers some neat ways to visualize your data. For example, you can compa
✅ Given this categorical plot, what are some interesting explorations you can envision?

### Data pre-processing: feature and label encoding
Our pumpkins dataset contains string values for all its columns. Working with categorical data is intuitive for humans but not for machines. Machine learning algorithms work well with numbers. There's why encoding is a very important step in the data pre-processing phase, since it enables to turn categorical data into numerical data, without losing any information. A good encoding leads to build a good model.
Our pumpkins dataset contains string values for all its columns. Working with categorical data is intuitive for humans but not for machines. Machine learning algorithms work well with numbers. That's why encoding is a very important step in the data pre-processing phase, since it enables us to turn categorical data into numerical data, without losing any information. Good encoding leads to building a good model.

For feature encoding there are two main types of encoders:

Expand Down

0 comments on commit ec739c1

Please sign in to comment.