Open
Description
Is there plan to support text features in addition to numeric and categorical? For example, apply CountVectorizer then TfIdfTtansformer? If that is intentionally left for user, what is the reason?
Is there plan to support automatic feature type discovery? Basically, instead of relying on user to specify the type of features, infer that info directly from data.