This PR updates the featurization template so it uses the new convention for Featurizer.featurize(systems) in kinoml. Previously, we passed one system at a time. Now we pass a list (usually the whole dataset) so global dataset properties can be computed (like padding width).
This PR updates the featurization template so it uses the new convention for
Featurizer.featurize(systems)
in kinoml. Previously, we passed one system at a time. Now we pass a list (usually the whole dataset) so global dataset properties can be computed (like padding width).Synced with https://github.com/openkinome/kinoml/pull/37