Right now Brush Dataset tries to infer types, which might not be matched in another dataset for the same problem with, e.g., different numbers of integer values.
Solution: make Brush Dataset abide by pandas dataframe types as much as possible. Give the dataset initializer an optional argument of types for each feature.
Right now Brush
Dataset
tries to infer types, which might not be matched in another dataset for the same problem with, e.g., different numbers of integer values.Solution: make Brush Dataset abide by pandas dataframe types as much as possible. Give the dataset initializer an optional argument of types for each feature.