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.