Hacker News new | ask | show | jobs
by emelidral 1816 days ago
To add to this, if the column_mapping is not provided we try to parse data automatically assuming that the schema is standard (e.g. you use the column names like "target" and "prediction") We also process the features based on pandas data type. In future to want to make it super easy to avoid writing extra configuration so we will try to parse as much as possible, but of course give the user the opportunity to override.