tpot icon indicating copy to clipboard operation
tpot copied to clipboard

Activation function specification alignment

Open SkBlaz opened this issue 3 years ago • 0 comments

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)

SkBlaz avatar Jul 23 '22 05:07 SkBlaz