As someone that teaches this stuff, I have a couple of comments, in addition to the sound advice from P_Bartell. You should try both with and without informative missing. Along the same lines, you should investigate graphically how the houses with that missing data compare with the houses with complete data regarding the depending variable you are trying to predict (presumably a price?). In other words, if the prices of houses with missing laundry options behave similarly to houses with those options (behave means the relationship with things like square footage), then perhaps those options are not that important and you can "bite the bullet" as P_Bartell puts it. However, biting the bullet can mean ignoring that variable rather than ignoring the observations with missing data. Laundry options just may not be that important, and the reason this variable is missing may be random (this is what "informative missing" will investigate, but I would supplement it with additional graphical investigation.
The other thing I noticed is your comment that got "rid of outliers." I realize some people teach people to do that and some texts even instruct people to do that. I do not. I think it is a bad habit to get rid of data. Unless the outliers appear to be mistakes, they are part of your data and I don't think you should ever get rid of them without further justification. It is far better to use a measure invariant with respect to outliers (e.g. the median rather than the mean, which you can investigate using quantile regression) than to eliminate the outliers.