RoyalHaskoningDHV / sam

Python package for time series analysis and machine learning
MIT License
26 stars 6 forks source link

BaseValidator, OutsideRangeValidator, data set functions and some utils #55

Closed abontsema closed 2 years ago

abontsema commented 2 years ago

For consistent usage of base classes throughout sam, we introduce the BaseValidator class.

There is no big change in the interface of existing validation methods (only renaming). This change should make implementation of new validation methods a lot easier.

abontsema commented 2 years ago

Merged with #49