gregversteeg / corex_topic

Hierarchical unsupervised and semi-supervised topic models for sparse count data with CorEx
Apache License 2.0
626 stars 119 forks source link

corextopic / sklearn compatibility issue due to joblib #39

Closed jaklinger closed 4 years ago

jaklinger commented 4 years ago

Switching to joblib from sklearn.externals.joblib since sklearn.externals.joblib is deprecated in 0.21 and subsequently removed in 0.23.

The recommendation from sklearn is to switch to joblib, as per their deprecation warning.

Tested on my pipelines using python 3.6 & 3.7 on Amazon Linux.

ryanjgallagher commented 4 years ago

Thanks for fixing this @jaklinger!