RoyalHaskoningDHV / sam

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

Make model objects interchangable (by using kwargs) #40

Closed abontsema closed 2 years ago

abontsema commented 2 years ago

e.g. feature_engineer arg is not used in SPCRegressor. Supporting unused kwargs makes it possible to replace objects without changing parameters.