Programming scikit-learn


  1. Check the scikit-learn Help Pages.

  2. Apply for a UND Engineering Linux Account.

  3. Log in to the Linux Server undcemcs02.und.edu .

  4. Download and Install the scikit-learn.
  5. Enter the following Linux command:

      shell> pip3 install -U scikit-learn 

  6. Download and Install the matplotlib.
  7. Enter the following Linux command:

      shell> pip3 install matplotlib 

    or other packages like

      shell> pip3 install pandas 

  8. Start Developing the Applications; for example,

  9. A kNN Example Using scikit-learn
    All data points
    A new data point classified