mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-04 18:45:04 -05:00
* datetime feature engineering added. * check if datetime in columns moved after drop check. Check if the new columns do not already exist. * check the drop condition before to add new_column. In transform, check directly if new columns are present in num_column. * check if new_column is in X.columns. * fixed lint issue. update version to 0.4.1.