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

docs building and CI taking too long #311

Closed edublancas closed 1 year ago

edublancas commented 1 year ago

the doc building process is taking too long. it used to take <10 mins but now it takes >20, my guess is that one of our recently tutorials is too slow and we merged it without realizing it

neelasha23 commented 1 year ago

might be the tensorflow installation also.

edublancas commented 1 year ago

might be the tensorflow installation also.

I looked at the build logs, the whole dependency installation is taking 1min, so the problem is when building the docs

idomic commented 1 year ago

It's probably a guide that loads lots of data or something like that?

edublancas commented 1 year ago

in jupyter-book 0.14, the runtime of each notebook is printed, this will help us find which notebook is taking too long: https://github.com/ploomber/contributing/issues/35

edublancas commented 1 year ago

I also noticed that the CI is taking too long as well (30 mins)

edublancas commented 1 year ago

5 examples were taking 2.5 mins each, fixed in #322

idomic commented 1 year ago

Are the examples in our out right now?

edublancas commented 1 year ago

Are the examples in our out right now?

not following the question

idomic commented 1 year ago

In our ci*