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
I dedicate some of my free time to the development of PyshGP (and other projects) and I am currently the only contributor. We all have to choose how to best spend our time, and it isn't every day that this library reaches the top of my priorities.
That said, contributions are always welcome. If you would like to work on a pull request for this, I would be happy to assist you. I can provide more details on what parts of the codebase would need to change, if you are interested.
Evaluators should support custom loss functions to compare the actual and expected outputs of program.
The
.fit()
method of the estimator should support either:.fit(X, y, loss_fn)
whereloss_fn
is a custom loss function..fit(evaluator)
whereevaluator
is an instance of an evaluator to use in place of a dataset.The text was updated successfully, but these errors were encountered: