Since the sorting_shortest_path algorithm, the following warning always appears:
C:\ProgramData\Anaconda3\envs\compas_am\lib\site-packages\sklearn\externals\six.py:28: FutureWarning: The module is deprecated in version 0.21 and will be removed in version 0.23 since we've dropped support for Python 2.7. Please rely on the official version of six (https://pypi.org/project/six/).
warnings.warn("The module is deprecated in version 0.21 and will be removed "
I tried updating scikit-learn, but the warning persists.
Is this something to be worried about? Which library/function does it refer to?
Ideally we shoudln't use deprecated apps, unless there's no other way
Since the sorting_shortest_path algorithm, the following warning always appears:
C:\ProgramData\Anaconda3\envs\compas_am\lib\site-packages\sklearn\externals\six.py:28: FutureWarning: The module is deprecated in version 0.21 and will be removed in version 0.23 since we've dropped support for Python 2.7. Please rely on the official version of six (https://pypi.org/project/six/).
warnings.warn("The module is deprecated in version 0.21 and will be removed "
I tried updating scikit-learn, but the warning persists.
Is this something to be worried about? Which library/function does it refer to?
Ideally we shoudln't use deprecated apps, unless there's no other way