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.68k stars 1.57k forks source link

fixed the error "assert_all_finite() takes 1 positional argument, 2 were given" #1278

Closed Jayveersinh-Raj closed 1 year ago

Jayveersinh-Raj commented 1 year ago

Fixed the error created in tpot/builtins/nn.py by assert_all_finite() function that takes 1 positional argument, but 2 were given. Reference: Link

jmif commented 1 year ago

Any chance we can get this merged? We're running into this too!

Jayveersinh-Raj commented 1 year ago

Hello sorry for writing late. I do not think it is actively managed, but you can go to my github fork, and download from the master branch. I will write the authors. And if you face more problems, write it, I will personally fix it :)