issues
search
Jerin-T
/
rental_prediction_system
0
stars
0
forks
source link
Data Preprocessing
#14
Open
Jerin-T
opened
8 months ago
Jerin-T
commented
8 months ago
Handling missing values and duplicate values. @sanikasab
Encoding of the categorical columns. @TanviTakkar
Transforming all the columns to suitable datatypes. @snehamohan96
Scaling of the columns using standard scaler which can improve the performance and stability of the model. @dona516
Detecting potential outliers in the data @snehamohan96 @sanikasab
Removal using IQR method. @TanviTakkar @dona516