DOC: Clean up comment on `postprocess`.

This commit is contained in:
Scott Sanderson
2016-05-02 15:38:56 -04:00
parent 47e9b107ec
commit 6b1f0caafc
+2 -2
View File
@@ -423,8 +423,8 @@ class SimplePipelineEngine(object):
# Each term that computed an output has its postprocess method
# called on the filtered result.
#
# We use this convert LabelArrays into categoricals, among other
# things.
# As of Mon May 2 15:38:47 2016, we only use this to convert
# LabelArrays into categoricals.
final_columns[name] = terms[name].postprocess(data[name][mask])
return DataFrame(