Hi
is it resolved ?
I am hoping that scikit-learn package is installed in your system.
verify the package installation using below.
# python3 -m pip list | grep -i scikit*
scikit-learn 0.24.2
# python3
Python 3.9.18 (main, Sep 19 2023, 04:57:07)
[GCC 10.3.0] on aix
Type "help", "copyright", "credits" or "license" for more information.
>>> import sklearn
>>> help(sklearn)
------------------------------
Ranjit Ranjan
------------------------------