Session Ready
Exercise

Installing Python dependencies

In the following exercises, we will work through the set up process for making sure our Python environment has the proper library dependencies installed prior to executing a Python model script. In this pipeline we will create the requirements.txt file which houses the dependencies we need to install, install the dependencies, and do a quick sanity check to make sure everything is properly set up.

Instructions 1/3
undefined XP
  • 1
  • 2
  • 3
  • Instantiate the requirements.txt document and add the scikit-learn library to the requirements.txt file.