RoyalHaskoningDHV / sam

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

Make tensorflow import optional where possible #83

Open sbuergers opened 11 months ago

sbuergers commented 11 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