sjdv1982 / seamless

Seamless is a framework to set up reproducible computations (and visualizations) that respond to changes in cells. Cells contain the input data as well as the source code of the computations, and all cells can be edited interactively.
http://sjdv1982.github.io/seamless
Other
20 stars 6 forks source link

webserver demo freezes with scikit-learn 1.2 #209

Closed sjdv1982 closed 1 year ago

sjdv1982 commented 1 year ago

Caused by #128, same as https://github.com/scikit-learn/scikit-learn/issues/23823

For now, fix it by managing the OpenMP threadpool.

To be solved using #208.

sjdv1982 commented 1 year ago

With the workaround and the delegation redesign, should be easily avoided.