10 Mistakes to avoid as a Data Science Fresher
These are the Mistakes that I generally did and learned from that.
- Undermining the Power of Statistics and Probability.
- Ignoring the Outliers and Missing Values or Using a general method to treat them. they have a strong pattern hidden inside them, so do not take them lightly.
- Label Encoding for Cyclic Features, can kill up the patterns hidden in the data.
- Not Experimenting up with the data, and directly using a general solution for all types of problems.
- Using the Same algorithm for all the Data sets, for ex Random Forest mainly. No Doubt It works very well but, It is important to check other models as well.
- Relying upon Mean Squared Error for Regression and Accuracy for Classification is again a big mistake, there are so many different kind of problems which require different performance metrics.
- Not focusing on Programming or Problem Solving, It is very important to constantly practice Problem Solving.
- Solely Relying on the Performance Metrics.
- Using Algorithms without knowing them.
Credit - Roshan Sharma.
Comments
Post a Comment