arundo/adtk

Regression model should check whether training and testing dataframe has same columns

tailaiw opened this issue · 1 comments

Currently, no error will be raised as long as the target column exists in the testing dataframe, and the number of columns is the same as training dataframe.

Fixed in #89