SyntaxFix
Write A Post
Hire A Developer
Questions
For checking the version of scikit-learn in shell script, if you have pip installed, you can try this command
pip freeze | grep scikit-learn scikit-learn==0.17.1
Hope it helps!