Package version i am using:
Name: sklearn-contrib-py-earth
Version: 0.1.0
Here's the call trace from where the issue is originating.
File "C:\Users\NikhilVeeresh\anaconda3\envs\KP-2269-Formula\lib\site-packages\sklearn\cluster_kmeans.py", line 1035, in fit
self._check_params(X)
File "C:\Users\NikhilVeeresh\anaconda3\envs\KP-2269-Formula\lib\site-packages\sklearn\cluster_kmeans.py", line 943, in _check_params
self._n_threads = _openmp_effective_n_threads(self._n_threads)
File "sklearn\utils_openmp_helpers.pyx", line 18, in sklearn.utils._openmp_helpers._openmp_effective_n_threads
File "sklearn\utils_openmp_helpers.pyx", line 54, in sklearn.utils._openmp_helpers._openmp_effective_n_threads
TypeError: '<' not supported between instances of 'tuple' and 'int'