1. Learn
  2. /
  3. Courses
  4. /
  5. Data Processing in Shell

Connected

Exercise

Running a Python model

In the previous exercise, we installed the packages necessary to run a Python model script. In this exercise, we'll run a pre-written Python script create_model.py which will output two things: a Python model in a saved .pkl file and the predicted scores in a saved .csv file.

Instructions 1/2

undefined XP
    1
    2
  • Use pip to list and verify that the libraries specified in create_model.py have been installed.