1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Data Processing in Shell

Connected

अभ्यास

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.

निर्देश 1/2

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