ploomber / sklearn-evaluation

Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook analysis.
https://sklearn-evaluation.ploomber.io
Apache License 2.0
455 stars 54 forks source link

broken docs building #329

Closed edublancas closed 1 year ago

edublancas commented 1 year ago

I noticed the docs started failing: https://readthedocs.org/projects/sklearn-evaluation/builds/19846947/

cannot import name 'type_spec_registry' from 'tensorflow.python.framework' (/home/docs/checkouts/readthedocs.org/user_builds/sklearn-evaluation/conda/latest/lib/python3.10/site-packages/tensorflow/python/framework/init.py)

looks like an error due to a tensorflow upgrade. since we only need tensorflow for one tutorial,we can pin it to an older version and see if that fixes the problem