Summary
We just completed the journey through advanced concepts in Comet!
Throughout this chapter, you learned how to share projects and workspaces with your collaborators, as well as how to make them public or private. In addition, you learned some advanced concepts on experiments and models.
Regarding experiments, you learned about the concept of offline experiments, which permitted you to run an experiment if the internet connection is not available. In addition, you learned about the concept of existing experiments, which permitted you to continue an experiment—for example, by enriching or extending it.
Regarding models, you learned how to optimize model parameters, through the concept of the Comet Optimizer. Using the Comet Optimizer makes it simple to choose the best parameters for a given model.
Finally, you extended the basic examples defined in Chapter 1, An Overview of Comet, with the concepts described in this chapter.
In the next chapter, you will...