You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way with gplearn to get the program provided by the symbolic regressor e.g. ˋsub(div(mul(X4, X12), div(X9, X9)), sub(div(X11, X12), add(X12, X0)))ˋ into an executable Python program e.g.
Not really sure what is gained here? The whole package has the functionality to essentially execute the program via the .predict methods.
The closest might be to extract the underlying _Program objects and work with those directly. I don't have any plans at this stage to make those object accessible via a public API at this stage though.
Is there a way with gplearn to get the program provided by the symbolic regressor e.g. ˋsub(div(mul(X4, X12), div(X9, X9)), sub(div(X11, X12), add(X12, X0)))ˋ into an executable Python program e.g.
Would it be useful to enhance this in gplearn, or is there better ways to do this?
The text was updated successfully, but these errors were encountered: