First use case – offline and existing experiments
In Chapter 1, An Overview of Comet, you built a simple use case that permitted you to track images in Comet. The example used 52 time series indicators related to gross domestic product (GDP) in Italy, built 52 images, and uploaded them to Comet.
During the experiment, you will surely have noticed that the loading of the images in Comet was quite slow, depending on the bandwidth available in your internet connection. In this example, you will see how to use the concepts of offline and existing experiments to make the loading process smoother. You will also see how an existing experiment can be improved at a later time.
In this example, we suppose that the code implemented in Chapter 1, An Overview of Comet, for the first use case is running. Thus, please refer to it for further details.
The full code of this example is available in the GitHub repository, at the following link: https://github.com/PacktPublishing/Comet...