Hi Thiru,
With "Fill" the model keeps the existing fields and tries to fill null values in the dependent column with predicted values. So it can be used to increase data quality without adding a new field.
.
With "Trend" the dependent colum is kept with its null values and a new column is added with the predicted values. You can now compare actual data with the predicted data stored in the new column.
Andreas.