Using the workbench for stock prediction
In this section, we will use the workbench step by step to set up a new project. Follow the instructions step by step to start up your environment and use the workbench for the stock-prediction project.
Important note
It is critical that all packages/libraries listed in the Technical requirements section are correctly installed on your local machine to enable you to follow along.
Starting up your environment
We will move on next to exploring your own development environment, based on the development environment shown in this section. Please execute the following steps:
- Copy the contents of the project available in https://github.com/PacktPublishing/Machine-Learning-Engineering-with-MLflow/tree/master/Chapter03/gradflow.
- Start your local environment by running the following command:
make
- Inspect the created environments, like this:
$ docker ps
The following screenshot presents three Docker images: the first for Jupyter...