I am trying to use scikit-learn within spyder. I am using spyder 5.0.3 and anaconda 4.10.1. I installed scikit-learn on an anaconda prompt with the following command:
conda install -c intel scikit-learn I got this command from the scikit documentation. Anaconda shows that version 0.24.1 of scikit-learn is installed. In spyder the following command: from sklearn.preprocessing import MinMaxScaler gives me "No module named 'sklearn'". What is wrong? -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/2954e1f3-c682-4e89-82c9-086b4e8910efn%40googlegroups.com.
