Exploring other languages supported by Comet
So far, you have learned how to use Comet in Python. However, Comet also supports other programming languages. The concepts learned so far on experiments, panels, and so on are also valid with the other languages supported by Comet.
In this section, you will apply the concepts already acquired in the previous chapters to the R and Java languages. So, if you are not interested in programming in these languages, you can skip this section and go directly to the next one, First use case – offline and existing experiments.
In this section, you will learn how to build and run an experiment in the following languages:
- R
- Java
Let’s start with the first language: R.
R
Let’s suppose that you have already created a new project in Comet and obtained an application programming interface (API) key, as described in Chapter 1, An Overview of Comet. As described in that chapter, you should define a configuration...