arundo / adtk

A Python toolkit for rule-based/unsupervised anomaly detection in time series
https://adtk.readthedocs.io
Mozilla Public License 2.0
1.09k stars 145 forks source link

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

Closed tailaiw closed 4 years ago

tailaiw commented 4 years ago

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.

tailaiw commented 4 years ago

Fixed in #89