reorder positional parameters so that metrics are last
This is because in the CLI, metrics is a sequence of unknown length, so it was only possible to make it last positional parameters. In order to keep the interfaces harmonised across Python/R/C++ APIs and the CLI, metrics needed to be put last positional parameter.
Showing
+10 -10
Please register or sign in to comment