Hi everyone,
I have a dataset in which I have one column with missing values and would like to replace them with the most appropiate value based on the other columns, since in this case to impute with the median, mean etc of the column does not make sense. I had thought of training a supervised model with the data we know and predict the unknown data, but I dont know how to implement this. The column with missing values is called rooms and I think we could use all the other columns to try to predict this value. I attach the dataset I am using.
Thanks in advance!!