RoyalHaskoningDHV / sam

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

Make model objects interchangable (by using kwargs) #40

Closed abontsema closed 1 year ago

abontsema commented 1 year ago

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