RoyalHaskoningDHV / sam

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

Make tensorflow import optional where possible #83

Open sbuergers opened 6 months ago

sbuergers commented 6 months ago

At the moment any ML model or metric from SAM requires tensorflow as a dependency, because of imports in their respective __init__.py files. We should make those imports optional.

WIP:

82