Description
In the ML function ref documentation, some of the field names are camel case (for example, byFieldName) but they should be snake case. The reason is that historically, the field names were camel case and they have been copied over from the old docs.
To Do