Balazs Kegl
Balazs Kegl
We should rename ramp-workflow to ramp-sdk. Existing starting kits will need to be updated. We should have a single repo ramp and subrepos frontend, backend, and sdk. Then let users...
The default combination rule doesn't work for clustering because cluster ids are arbitrary across predictions (they only denote which instances belong to the same cluster). An algorithm need to be...
We have decided to cherry pick our generic time series features from our generative regression branch and add it to RAMP in a separate PR. We'll also have new tests...
See https://github.com/huawei-noah/HEBO/issues/61
I have some sparse boolean columns with very few `True`s, and when it happens that there is not True in `train` but there are some in `validation`, the category encoder...