Description Usage Arguments Value Examples
This function runs the Xgboard Server and opens immediately a web browser if requested. Make sure to close Xgboard properly using the provided Exit button (if you did not close Xgboard properly and you are using RStudio's, you will have to restart RStudio or re-connect to your Xgboard Server). You may also kill the Rscript.exe manually. In addition, the web interface must be launched ONLY if a log file exists. If there is no log file existing, you will end up with an empty dashboard forever until you restart the web interface (a "Restart Xgboard"
button is provided for this) and select your metrics.
1 2 |
dump |
Type: environment. An environment created by |
Rscript |
Type: character. The path to Rscript. Defaults to |
ip |
Type: character. The IP to run the Shiny server from. |
port |
Type: numeric. The port to use to connect to the Xgboard. Make sure it is open by your firewall. Defaults to |
browser |
Type: logical. Whether to open immediately a link to the Xgboard Server on your browser once started. Defaults to |
polling |
Type: numeric. The polling rate to the Xgboard Server in milliseconds. Lower means faster refresh, at the expense of potentially high bandwidth and higher CPU usage (which means slower training, if currently training). Defaults to |
The URL to the Xgboard Server.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.