Federico Simonetta

Results 123 comments of Federico Simonetta

Sure, I am trying to use an eversampling and undersampling methods, making BOHB learn which method of the two works better (or both of them). For oversampling, ProWRAS [1] looks...

Actually, the problem is also in the returned value: if we pass `X` and `y`, we should return `X` and `y`. The existing code, instead, accepts `X` and `y` but...

Well, other objects throw an error if their methods are called in an incorrect order. In the code I have in mind, that if one calls `transform` before calling `fit`...

Sorry, `transform` can also be called during training (think about sklearn's `PCA` object for instance). In `PCA` object: - during training, `fit_transform` is used (which calls `fit` and then `transform`)...

I'm not interested anymore in this issue for now, so I won't work on this soon. Btw, as I explained in my previous comment, most of those methods are actually...

Hello, for me it works. Can you try with the latest stale firefox and the latest updated addon?

```mermaid gantt dateFormat YYYY-MM-DD title Adding GANTT diagram functionality to mermaid section A section Completed task :done, des1, 2014-01-06,2014-01-08 Active task :active, des2, 2014-01-09, 3d Future task : des3, after...

The rendering should take the full width available at startup or at rendering time...

Hello, I tried working on this but I'm not that strong with JavaScript and the codebase is pretty large. Do you have any advice on how we could implement it?...

To me, it is not clear how exactly trees are built in `forest_minimize` and `gbrt_minimize`. Do they build a tree for each dimension? Or each tree takes as input the...