Hello, does the following command work in the anaconda environment you installed `scikit-learn` in?
- python -c "import sklearn; sklearn.show_versions()" Kind regards yfprojects DeTermined schrieb am Dienstag, 18. Mai 2021 um 20:20:51 UTC: > 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/315ccec2-2744-4b56-9924-dface6a6d5d3n%40googlegroups.com.
