MilesCranmer / PySR

High-Performance Symbolic Regression in Python and Julia

Home Page:https://astroautomata.com/PySR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: __init__() got an unexpected keyword argument 'population_size'

shreeprasadbhat opened this issue · comments

Got the following error while setting population_size argument in call to PySRRegressor(population_size=100),

'TypeError: init() got an unexpected keyword argument 'population_size'

Bug is resolved in latest version of pysr. I upgraded to version 0.8.3 from 0.7.11.