This is not an issue but request a clarification. Inside PARAMETERS.MD file there is explanation of parameters for different ML algorithms. For certain parameters, you have added (double). Please explain what this stands for.
double just means float in java :) . so it requires a value with decimal points .
e.g. max_depth=3 . This is integer . max_features=0.34 . This is double.
This is not an issue but request a clarification. Inside PARAMETERS.MD file there is explanation of parameters for different ML algorithms. For certain parameters, you have added (double). Please explain what this stands for.