keystone
keystone copied to clipboard
Clean up inferable types
We're specifying types in places the scala compiler can infer it (e.g. NewsgroupsPipeline NGramsFeaturizer[String]
and anywhere we're using the cacher node)
We should clean these up.