kaz-Anova / StackNet

StackNet is a computational, scalable and analytical Meta modelling framework
MIT License
1.32k stars 344 forks source link

Explanation of (double) #73

Closed regivm closed 6 years ago

regivm commented 6 years ago

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.

kaz-Anova commented 6 years ago

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.