-

Sunday 21 January 2018

Getting Started with scikit learn.

How to install scikit learn (sk learn) in Ubuntu?
$pip install -U scikit-learn
$python
>>>import sklearn
>>>  

Classification using Scikit Learn.

1 comment: