Fritz J. Pichardo Marcano
Fritz J. Pichardo Marcano
Installing leet-topic in a clean environment installs scikit-learn version 1.2.2, where the method `get_feature_names` is deprecated in favor of `get_feature_names_out` as shown in [scikit-learn version 1.1.3 documentation] (https://scikit-learn.org/1.1/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html?highlight=tfidfvectorizer#sklearn.feature_extraction.text.TfidfVectorizer). Therefore, running...
I'm getting this Warning when setting up a fresh CKAN install from source in Ubuntu 24.04 and Python 3.12.3 ``` /home/ckanuser/lib/src/ckan/ckan/cli/cli.py:7: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html....