Be careful of NA/NaN/Inf values when using base R’s plotting functions!
I was recently working on a supervised learning problem (i.e. building a model using some features to predict some response variable) with a fairly large dataset. I used base R’s plot and hist functions for exploratory data analysis and all … Continue reading →
