I have installed scikit-learn on my windows machine using pip and when the installation was done I tried to import it and use it in a jupyter notebook, However I'm getting the below import error.
ImportError: cannot import name '_IS_32BIT'
Does anyone know how I can fix this issue?