SkBlaz

Results 14 issues of SkBlaz

Hello, whilst inspecting the nn part, noticed the following discrepancy, perhaps worth noting: https://github.com/EpistasisLab/tpot/blob/c3a155b5a76f7ac0911482d0478d4ca6c2fcb3bd/tpot/builtins/nn.py#L218 The suggested solution is aligned variable/activation naming (e.g. self.tanhAct)

Dear authors, I am wondering, whether you discarded the part of the dataset used for hyperparameter training during test phase? If not, how were the hyperparameters determined? Thank you very...

Hello ClearML team, first off, great work with the project, very nice functionality. Writing with a small detail that we observed can cause some time to get around, yet seems...

Thank you for helping us making ClearML better! Hello ClearML team! Writing with a bug report that hinders the readability of tables reported under "Plots" section. We are using a...

Feature Request

Another increase in buffer size.

Hey, really awesome package! This is not a bug report really, more like a general question. In `helm` for example, when searching for a pattern, it dynamically does the search...

Hi! Very neat project. This is not really an issue, but asking out of interest more than anything -- is there any apparent reason multithreading is not part of the...

Making the fact that sources are required + need to be present more explicit (example on the linked page does not mention this directly)

Hi! First off, great library/project, awesome work. I'm writing with an issue we recently observed - it's an issue related to an older version of this library (`0.7.0`); the dependency...

Currently, there remain logs even if `verbose=0`. This is undesired behavior. - moved the troublesome log to `verbose > 0` scope.