Day 6, python way of doing things are mind blowing. For example, list comprehension is pure magic.
Anyways, learned more about categorical variables and with code examples this time.
#100DaysOfCode#Python#DataScience
Day 5, Read about categorical variables and three approaches to preprocess them.
1) Drop categorical variable
2) Ordinal coding
3) One hot encoding
#100DaysOfCode#Python#DataScience
Day 4, More on handling missing values - Did an exercise on the Housing Price dataset on @kaggle
also made the second submission to the competition.
#100DaysOfCode#Python#DataScience
@harsh_kashiwal When I have to decide what to learn.
I use the top down approach: brainstorm about what I want to build.
After finalizing, I choose the right tools and productive language ( i call it drilling down to specifics) 😋