Milind Dalvi

Results 6 comments of Milind Dalvi

Nothing's wrong, your data frame has no attribute name! Do you get the same error in `df.groupby('a').apply(lambda x: func(x, x.name))` too? What version of pandas, pandarallel, and what OS are...

@CodeReclaimers , @drallensmith I think saving to XML will be beneficial if we want to port the NEAT neural nets to and from another popular NEAT library [SharpNEAT](https://github.com/colgreen/sharpneat). SharpNEAT currently...

This has been resolved. @admins Kindly close.

As @drallensmith said, it could be done such that the code works with both, basic python libraries and with numpy and related extensions. One such extension that could serve is...

@cliftonarms since you mentioned that you are **using NEAT to beat stock market**, this research paper might be useful for you, [Designing Safe, Profitable Automated Stock Trading Agents Using Evolutionary...