Unverified Commit 52757ec4 authored by Suzukazole's avatar Suzukazole
Browse files

update docstring

parent ded1a5d2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -425,8 +425,9 @@ class UserDefinedFeaturizer(Featurizer):

class DummyFeaturizer(Featurizer):
  """Class that implements a no-op featurization.
  This is useful when the raw dataset has to be used without
  featurizing the examples.
  This is useful when the raw dataset has to be used without featurizing the
  examples. The Molnet loader requires a featurizer input and such datasets
  can be used in their original form by passing the raw featurizer.

  Examples
  --------