The getML monitorΒΆ

The getML monitor contains information on the data imported into the engine as well as the trained models and their performance. It written in Golang and compiled into a binary that is separate from the getML engine.

../../../_images/screenshot_login.png

The monitor is always started on the same machine as the engine. The engine and the monitor use sockets to communicate. The monitor opens a HTTP and HTTPS port - 1709 and 1710 per default - for you to access it via your favorite internet browser. Entering the following address into the navigation bar will point your browser to the monitor:

The HTTP port can only be accessed from within the host the getML suite is running on. If you intend to use the getML suite remotely via HTTPS, please refer to Accessing the getML monitor via the internet.

The getML suite will not send any personal data other than your credentials during login. Nor will it send any information on the data you are handling in your data science project. However, an active internet connection is required to log in.

The main purpose of the monitor is to help you with your data science project by providing visual feedback.