Closed marscod closed 11 months ago
@marscod I think the current change is OK. I have two requests:
-s
option for git commit to pass DCO? You should do it for the previous commits. Please see https://stackoverflow.com/questions/13043357/git-sign-off-previous-commits if needed.Resubmitted in https://github.com/sapientml/core/pull/38
This is a template update for exporting preprocessed dataset. Related issue (enhancement request): https://github.com/sapientml/sapientml/issues/74
SapientMLConfig
pipeline
does not have access toDataset
(i.e., accessing tocsv_encoding
andcsv_delimiter
), then the preprocessed dataset is exported as pickle; any suggestion would be appreciated to save it as CSV.Previous PR discussions: https://github.com/sapientml/core/pull/31