+ 1
What should we do in eda in machine learning in python other than plotting graphs?
Eda-exploratory data analysis of training data
2 Respostas
+ 2
Lots of stuff:
- scan your dataset
- observe the distribution - mean, median, quartiles, skewness, etc.
- try some dimensionality reduction
- only then plot something :)