Hi @Dr_Ram_K_Ganesh,
I don’t think it’s a version issue because the error simply indicates that scikit-learn is not installed on your system. You can try running the command below to install scikit-learn, which may help:
pip install scikit-learn
Let us know if it solves your error.
Regards,
Mujassim