-1

For reference I am using conda 22.9.0, Python 3.9.13, scikit-learn 1.0.2 according to conda list and I am using Windows OS 64 bit.

The newest sklearn version it will acknowledge or allow me to have is v1.0.2.

Update: No error is displayed when I try to update via conda update scikit-learn, it simply says "# All requested packages already installed.".

Anya
  • 1
  • 4

1 Answers1

0

Check if you have it installed or show the error message you get. You might wanna install it via conda install scikit-learn in your cmd

  • Hi there! Thanks for your help. When I run conda commands in cmd it doesn't recognize the command. – Anya Oct 24 '22 at 21:39
  • Looks like your conda is not in your path. Try the first solution here: https://stackoverflow.com/questions/44515769/conda-is-not-recognized-as-internal-or-external-command – a2s.aps Oct 24 '22 at 22:41