Jeroen van Hoof
Jeroen van Hoof
## Is your feature request related to a problem? Please describe. Within the `storefront-best-selling-products` homepage section, the best-selling products are calculated over the total sales for each product. However, we...
I tried to install this package on Fedora 25, and ran into two problems, which were easily solved. But maybe this information is still useful for others. Problem: `gcc: error:...
I recommend linting bower.json before running wiredep. When there is, say, a trailling comma in bower.json and the wiredep task (`grunt wiredep`) is executed, the user will not get a...
Hi, I have been working on a surrogate model (Hyperboost) based on gradient boosting. This seems to outperform SMAC's random forest in most cases, while the training and querying of...
The `openml/runs/functions.py` file contains the code below, which retrieves the list of unique classes used inside the best estimator of the BaseSearchCV. I believe this list is often just `np.unique(y)`,...