EpistasisLab / tpot

A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
http://epistasislab.github.io/tpot/
GNU Lesser General Public License v3.0
9.58k stars 1.55k forks source link

Activation function specification alignment #1263

Open SkBlaz opened 1 year ago

SkBlaz commented 1 year ago

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)