Introduction to Preprocessing for Machine Learning
Your data needs to be suited to your model !!
Before performing any preprocessing in data, you first need to know about your data. For this, we have some useful attributes like .columns, .dtype, .describe().
.column: generate a list of features.
.dty...
nikkivirus.hashnode.dev3 min read