I have installed TensorFlow using a virtual environment running python 3.8 as described by Apple. This should theoretically run natively and utilise the GPU. I tried installing TensorFlow using miniforge last time and it was not able to use the GPU as miniforge uses python 3.9 and Tensorflow for m1 macs currently require python 3.8.
On sklearns website, the only way to install sklearn libraries currently is by using conda install sklearn which is through miniforge.
Is there a way to install sklearn on a tensorflow environment created using
python3 -m venv TFGPU
I have already tried pip. I was able to install most other libraries other than sklearn which I use for pre-processing.