db.predictors.deleteOne()
method deletes an ML model specified in its argument.
Name | Description |
---|---|
name | Name of the model to be deleted. |
db.predictors.find()
method.
db.predictors.deleteOne()
method drops the model collection called home_rentals_model
.